Uses of Class
software.amazon.awssdk.services.iam.model.TagUserResponse
-
Packages that use TagUserResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of TagUserResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return TagUserResponse Modifier and Type Method Description default TagUserResponseIamClient. tagUser(Consumer<TagUserRequest.Builder> tagUserRequest)Adds one or more tags to an IAM user.default TagUserResponseIamClient. tagUser(TagUserRequest tagUserRequest)Adds one or more tags to an IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type TagUserResponse Modifier and Type Method Description default CompletableFuture<TagUserResponse>IamAsyncClient. tagUser(Consumer<TagUserRequest.Builder> tagUserRequest)Adds one or more tags to an IAM user.default CompletableFuture<TagUserResponse>IamAsyncClient. tagUser(TagUserRequest tagUserRequest)Adds one or more tags to an IAM user.
-