| 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 |
|---|---|
ListVirtualMFADevicesResult |
AmazonIdentityManagementClient.listVirtualMFADevices()
Lists the virtual MFA devices under the AWS account by assignment
status.
|
ListVirtualMFADevicesResult |
AmazonIdentityManagement.listVirtualMFADevices()
Lists the virtual MFA devices under the AWS account by assignment
status.
|
ListVirtualMFADevicesResult |
AmazonIdentityManagementClient.listVirtualMFADevices(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
ListVirtualMFADevicesResult |
AmazonIdentityManagement.listVirtualMFADevices(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListVirtualMFADevicesResult> |
AmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
Future<ListVirtualMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
Future<ListVirtualMFADevicesResult> |
AmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest,
AsyncHandler<ListVirtualMFADevicesRequest,ListVirtualMFADevicesResult> asyncHandler)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
Future<ListVirtualMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest,
AsyncHandler<ListVirtualMFADevicesRequest,ListVirtualMFADevicesResult> asyncHandler)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListVirtualMFADevicesResult> |
AmazonIdentityManagementAsync.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest,
AsyncHandler<ListVirtualMFADevicesRequest,ListVirtualMFADevicesResult> asyncHandler)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
Future<ListVirtualMFADevicesResult> |
AmazonIdentityManagementAsyncClient.listVirtualMFADevicesAsync(ListVirtualMFADevicesRequest listVirtualMFADevicesRequest,
AsyncHandler<ListVirtualMFADevicesRequest,ListVirtualMFADevicesResult> asyncHandler)
Lists the virtual MFA devices under the AWS account by assignment
status.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.clone() |
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.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. |
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withVirtualMFADevices(Collection<VirtualMFADevice> virtualMFADevices)
The list of virtual MFA devices in the current account that match the
AssignmentStatus value that was passed in the request. |
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withVirtualMFADevices(VirtualMFADevice... virtualMFADevices)
The list of virtual MFA devices in the current account that match the
AssignmentStatus value that was passed in the request. |
Copyright © 2015. All rights reserved.