| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| 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 CompletableFuture<ListMfaDeviceTagsResponse> |
IamAsyncClient.listMFADeviceTags(Consumer<ListMfaDeviceTagsRequest.Builder> listMfaDeviceTagsRequest)
Lists the tags that are attached to the specified IAM virtual multi-factor authentication (MFA) device.
|
| Modifier and Type | Method and Description |
|---|---|
static ListMfaDeviceTagsRequest.Builder |
ListMfaDeviceTagsRequest.builder() |
ListMfaDeviceTagsRequest.Builder |
ListMfaDeviceTagsRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListMfaDeviceTagsRequest.Builder |
ListMfaDeviceTagsRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListMfaDeviceTagsRequest.Builder |
ListMfaDeviceTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMfaDeviceTagsRequest.Builder |
ListMfaDeviceTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMfaDeviceTagsRequest.Builder |
ListMfaDeviceTagsRequest.Builder.serialNumber(String serialNumber)
The unique identifier for the IAM virtual MFA device whose tags you want to see.
|
ListMfaDeviceTagsRequest.Builder |
ListMfaDeviceTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMfaDeviceTagsRequest.Builder> |
ListMfaDeviceTagsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.