| 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()
Lists the MFA devices.
|
ListMFADevicesResult |
AmazonIdentityManagement.listMFADevices()
Lists the MFA devices.
|
ListMFADevicesResult |
AmazonIdentityManagementClient.listMFADevices(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices.
|
ListMFADevicesResult |
AmazonIdentityManagement.listMFADevices(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
ListMFADevicesResult |
ListMFADevicesResult.clone() |
ListMFADevicesResult |
ListMFADevicesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListMFADevicesResult |
ListMFADevicesResult.withMarker(String marker)
When
IsTruncated is true, this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
ListMFADevicesResult |
ListMFADevicesResult.withMFADevices(Collection<MFADevice> mFADevices)
A list of MFA devices.
|
ListMFADevicesResult |
ListMFADevicesResult.withMFADevices(MFADevice... mFADevices)
A list of MFA devices.
|
Copyright © 2015. All rights reserved.