Uses of Class
com.amazonaws.services.identitymanagement.model.ListMFADevicesResult
Packages that use ListMFADevicesResult
Package
Description
-
Uses of ListMFADevicesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListMFADevicesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listMFADevices()
AbstractAmazonIdentityManagement.listMFADevices
(ListMFADevicesRequest request) AmazonIdentityManagement.listMFADevices()
Simplified method form for invoking the ListMFADevices operation.AmazonIdentityManagement.listMFADevices
(ListMFADevicesRequest listMFADevicesRequest) Lists the MFA devices for an IAM user.AmazonIdentityManagementClient.listMFADevices()
AmazonIdentityManagementClient.listMFADevices
(ListMFADevicesRequest listMFADevicesRequest) Lists the MFA devices for an IAM user.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListMFADevicesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.AbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest request) AbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) AmazonIdentityManagementAsync.listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.AmazonIdentityManagementAsync.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest listMFADevicesRequest) Lists the MFA devices for an IAM user.AmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Lists the MFA devices for an IAM user.AmazonIdentityManagementAsyncClient.listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(ListMFADevicesRequest request) AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListMFADevicesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) AmazonIdentityManagementAsync.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AmazonIdentityManagementAsync.listMFADevicesAsync
(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Lists the MFA devices for an IAM user.AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listMFADevicesAsync
(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest, ListMFADevicesResult> asyncHandler) -
Uses of ListMFADevicesResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListMFADevicesResultModifier and TypeMethodDescriptionListMFADevicesResult.clone()
ListMFADevicesResult.withIsTruncated
(Boolean isTruncated) A flag that indicates whether there are more items to return.ListMFADevicesResult.withMarker
(String marker) WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListMFADevicesResult.withMFADevices
(MFADevice... mFADevices) A list of MFA devices.ListMFADevicesResult.withMFADevices
(Collection<MFADevice> mFADevices) A list of MFA devices.