| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListMFADeviceTagsResult |
AbstractAmazonIdentityManagement.listMFADeviceTags(ListMFADeviceTagsRequest request) |
ListMFADeviceTagsResult |
AmazonIdentityManagementClient.listMFADeviceTags(ListMFADeviceTagsRequest request)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
ListMFADeviceTagsResult |
AmazonIdentityManagement.listMFADeviceTags(ListMFADeviceTagsRequest listMFADeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
Future<ListMFADeviceTagsResult> |
AbstractAmazonIdentityManagementAsync.listMFADeviceTagsAsync(ListMFADeviceTagsRequest request) |
Future<ListMFADeviceTagsResult> |
AmazonIdentityManagementAsyncClient.listMFADeviceTagsAsync(ListMFADeviceTagsRequest request) |
Future<ListMFADeviceTagsResult> |
AmazonIdentityManagementAsync.listMFADeviceTagsAsync(ListMFADeviceTagsRequest listMFADeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
Future<ListMFADeviceTagsResult> |
AbstractAmazonIdentityManagementAsync.listMFADeviceTagsAsync(ListMFADeviceTagsRequest request,
AsyncHandler<ListMFADeviceTagsRequest,ListMFADeviceTagsResult> asyncHandler) |
Future<ListMFADeviceTagsResult> |
AmazonIdentityManagementAsyncClient.listMFADeviceTagsAsync(ListMFADeviceTagsRequest request,
AsyncHandler<ListMFADeviceTagsRequest,ListMFADeviceTagsResult> asyncHandler) |
Future<ListMFADeviceTagsResult> |
AmazonIdentityManagementAsync.listMFADeviceTagsAsync(ListMFADeviceTagsRequest listMFADeviceTagsRequest,
AsyncHandler<ListMFADeviceTagsRequest,ListMFADeviceTagsResult> asyncHandler)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListMFADeviceTagsResult> |
AbstractAmazonIdentityManagementAsync.listMFADeviceTagsAsync(ListMFADeviceTagsRequest request,
AsyncHandler<ListMFADeviceTagsRequest,ListMFADeviceTagsResult> asyncHandler) |
Future<ListMFADeviceTagsResult> |
AmazonIdentityManagementAsyncClient.listMFADeviceTagsAsync(ListMFADeviceTagsRequest request,
AsyncHandler<ListMFADeviceTagsRequest,ListMFADeviceTagsResult> asyncHandler) |
Future<ListMFADeviceTagsResult> |
AmazonIdentityManagementAsync.listMFADeviceTagsAsync(ListMFADeviceTagsRequest listMFADeviceTagsRequest,
AsyncHandler<ListMFADeviceTagsRequest,ListMFADeviceTagsResult> asyncHandler)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
| Modifier and Type | Method and Description |
|---|---|
ListMFADeviceTagsRequest |
ListMFADeviceTagsRequest.clone() |
ListMFADeviceTagsRequest |
ListMFADeviceTagsRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
ListMFADeviceTagsRequest |
ListMFADeviceTagsRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListMFADeviceTagsRequest |
ListMFADeviceTagsRequest.withSerialNumber(String serialNumber)
The unique identifier for the IAM virtual MFA device whose tags you want to see.
|
Copyright © 2024. All rights reserved.