Uses of Class
software.amazon.awssdk.services.iam.model.TagMfaDeviceResponse
-
Packages that use TagMfaDeviceResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of TagMfaDeviceResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return TagMfaDeviceResponse Modifier and Type Method Description default TagMfaDeviceResponseIamClient. tagMFADevice(Consumer<TagMfaDeviceRequest.Builder> tagMfaDeviceRequest)Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device.default TagMfaDeviceResponseIamClient. tagMFADevice(TagMfaDeviceRequest tagMfaDeviceRequest)Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device.Methods in software.amazon.awssdk.services.iam that return types with arguments of type TagMfaDeviceResponse Modifier and Type Method 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.
-