| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListMfaDeviceTagsResponse |
IamClient.listMFADeviceTags(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
default CompletableFuture<ListMfaDeviceTagsResponse> |
IamAsyncClient.listMFADeviceTags(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
default ListMFADeviceTagsIterable |
IamClient.listMFADeviceTagsPaginator(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
default ListMFADeviceTagsPublisher |
IamAsyncClient.listMFADeviceTagsPaginator(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
| Constructor and Description |
|---|
ListMFADeviceTagsIterable(IamClient client,
ListMfaDeviceTagsRequest firstRequest) |
ListMFADeviceTagsPublisher(IamAsyncClient client,
ListMfaDeviceTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMfaDeviceTagsRequestMarshaller.marshall(ListMfaDeviceTagsRequest listMfaDeviceTagsRequest) |
Copyright © 2023. All rights reserved.