| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListMFADevicesResult> |
AbstractAmazonIdentityManagementAsync.listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Simplified method form for invoking the ListMFADevices operation with an AsyncHandler.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsync.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> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(ListMFADevicesRequest request,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler) |
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsync.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices for an IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
ListMFADevicesRequest |
ListMFADevicesRequest.clone() |
ListMFADevicesRequest |
ListMFADevicesRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
ListMFADevicesRequest |
ListMFADevicesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListMFADevicesRequest |
ListMFADevicesRequest.withUserName(String userName)
The name of the user whose MFA devices you want to list.
|
Copyright © 2022. All rights reserved.