| 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(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.
|
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 |
|---|---|
ListVirtualMFADevicesRequest |
ListVirtualMFADevicesRequest.clone() |
ListVirtualMFADevicesRequest |
ListVirtualMFADevicesRequest.withAssignmentStatus(AssignmentStatusType assignmentStatus)
The status (unassigned or assigned) of the devices to list.
|
ListVirtualMFADevicesRequest |
ListVirtualMFADevicesRequest.withAssignmentStatus(String assignmentStatus)
The status (unassigned or assigned) of the devices to list.
|
ListVirtualMFADevicesRequest |
ListVirtualMFADevicesRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
ListVirtualMFADevicesRequest |
ListVirtualMFADevicesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of items you want in the response.
|
Copyright © 2015. All rights reserved.