| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default TagMfaDeviceResponse |
IamClient.tagMFADevice(Consumer<TagMfaDeviceRequest.Builder> tagMfaDeviceRequest)
Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device.
|
default TagMfaDeviceResponse |
IamClient.tagMFADevice(TagMfaDeviceRequest tagMfaDeviceRequest)
Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagMfaDeviceResponse> |
IamAsyncClient.tagMFADevice(Consumer<TagMfaDeviceRequest.Builder> tagMfaDeviceRequest)
Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device.
|
default CompletableFuture<TagMfaDeviceResponse> |
IamAsyncClient.tagMFADevice(TagMfaDeviceRequest tagMfaDeviceRequest)
Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device.
|
Copyright © 2022. All rights reserved.