| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
ListMFADevicesResult |
AmazonIdentityManagementClient.listMFADevices(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices.
|
ListMFADevicesResult |
AmazonIdentityManagement.listMFADevices(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsync.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsync.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsync.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler)
Lists the MFA devices.
|
| 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 © 2015. All rights reserved.