| 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.
|
| 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 |
|---|---|
ListMFADeviceTagsResult |
ListMFADeviceTagsResult.clone() |
ListMFADeviceTagsResult |
ListMFADeviceTagsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListMFADeviceTagsResult |
ListMFADeviceTagsResult.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. |
ListMFADeviceTagsResult |
ListMFADeviceTagsResult.withTags(Collection<Tag> tags)
The list of tags that are currently attached to the virtual MFA device.
|
ListMFADeviceTagsResult |
ListMFADeviceTagsResult.withTags(Tag... tags)
The list of tags that are currently attached to the virtual MFA device.
|
Copyright © 2025. All rights reserved.