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.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to list.
|
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withMarker(String marker)
If
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)
Sets the value of the VirtualMFADevices property for this object.
|
ListVirtualMFADevicesResult |
ListVirtualMFADevicesResult.withVirtualMFADevices(VirtualMFADevice... virtualMFADevices)
Sets the value of the VirtualMFADevices property for this object.
|
Copyright © 2014. All rights reserved.