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.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 in a
subsequent request after you've received a response where the results
are truncated.
|
ListVirtualMFADevicesRequest |
ListVirtualMFADevicesRequest.withMaxItems(Integer maxItems)
Use this parameter only when paginating results to indicate the
maximum number of user names you want in the response.
|
Copyright © 2014. All rights reserved.