| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMfaDeviceTagsResponse |
IamClient.listMFADeviceTags(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
default ListMfaDeviceTagsResponse |
IamClient.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 |
|---|---|
default CompletableFuture<ListMfaDeviceTagsResponse> |
IamAsyncClient.listMFADeviceTags(Consumer<ListMfaDeviceTagsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMfaDeviceTagsResponse> |
ListMFADeviceTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMFADeviceTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMfaDeviceTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.