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.withMarker(String marker)
Use this only when paginating results, and only in a subsequent
request after you've received a response where the results are
truncated.
|
ListMFADevicesRequest |
ListMFADevicesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of MFA devices you want in the response.
|
ListMFADevicesRequest |
ListMFADevicesRequest.withUserName(String userName)
Name of the user whose MFA devices you want to list.
|
Copyright © 2014. All rights reserved.