Uses of Class
com.amazonaws.services.identitymanagement.model.ListMFADevicesResult
-
Packages that use ListMFADevicesResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListMFADevicesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListMFADevicesResult Modifier and Type Method Description ListMFADevicesResult
AbstractAmazonIdentityManagement. listMFADevices()
ListMFADevicesResult
AbstractAmazonIdentityManagement. listMFADevices(ListMFADevicesRequest request)
ListMFADevicesResult
AmazonIdentityManagement. listMFADevices()
Simplified method form for invoking the ListMFADevices operation.ListMFADevicesResult
AmazonIdentityManagement. listMFADevices(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices for an IAM user.ListMFADevicesResult
AmazonIdentityManagementClient. listMFADevices()
ListMFADevicesResult
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 ListMFADevicesResult Modifier and Type Method Description Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest request)
Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices for an IAM user.Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices for an IAM user.Future<ListMFADevicesResult>
AmazonIdentityManagementAsyncClient. listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.Future<ListMFADevicesResult>
AmazonIdentityManagementAsyncClient. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AmazonIdentityManagementAsyncClient. listMFADevicesAsync(ListMFADevicesRequest request)
Future<ListMFADevicesResult>
AmazonIdentityManagementAsyncClient. listMFADevicesAsync(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListMFADevicesResult Modifier and Type Method Description Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AbstractAmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest request, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
AmazonIdentityManagementAsync. listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest, AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices for an IAM user.Future<ListMFADevicesResult>
AmazonIdentityManagementAsyncClient. listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.Future<ListMFADevicesResult>
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 ListMFADevicesResult Modifier and Type Method Description ListMFADevicesResult
ListMFADevicesResult. clone()
ListMFADevicesResult
ListMFADevicesResult. withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.ListMFADevicesResult
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
ListMFADevicesResult. withMFADevices(MFADevice... mFADevices)
A list of MFA devices.ListMFADevicesResult
ListMFADevicesResult. withMFADevices(Collection<MFADevice> mFADevices)
A list of MFA devices.
-