| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListMFADevicesResult |
AbstractAmazonIdentityManagement.listMFADevices() |
ListMFADevicesResult |
AmazonIdentityManagementClient.listMFADevices() |
ListMFADevicesResult |
AmazonIdentityManagement.listMFADevices()
Simplified method form for invoking the ListMFADevices operation.
|
ListMFADevicesResult |
AbstractAmazonIdentityManagement.listMFADevices(ListMFADevicesRequest request) |
ListMFADevicesResult |
AmazonIdentityManagementClient.listMFADevices(ListMFADevicesRequest request)
Lists the MFA devices for an IAM user.
|
ListMFADevicesResult |
AmazonIdentityManagement.listMFADevices(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices for an IAM user.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListMFADevicesResult> |
AbstractAmazonIdentityManagementAsync.listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsync.listMFADevicesAsync()
Simplified method form for invoking the ListMFADevices operation.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.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> |
AmazonIdentityManagementAsync.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> |
AbstractAmazonIdentityManagementAsync.listMFADevicesAsync(ListMFADevicesRequest request) |
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsync.listMFADevicesAsync(ListMFADevicesRequest listMFADevicesRequest)
Lists the MFA devices for an IAM user.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(ListMFADevicesRequest request) |
Future<ListMFADevicesResult> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(ListMFADevicesRequest request,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler) |
| 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> |
AmazonIdentityManagementAsync.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> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<ListMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listMFADevicesAsync(ListMFADevicesRequest request,
AsyncHandler<ListMFADevicesRequest,ListMFADevicesResult> asyncHandler) |
| 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 © 2022. All rights reserved.