Uses of Class
software.amazon.awssdk.services.iam.model.TagRoleResponse
-
Packages that use TagRoleResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of TagRoleResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return TagRoleResponse Modifier and Type Method Description default TagRoleResponseIamClient. tagRole(Consumer<TagRoleRequest.Builder> tagRoleRequest)Adds one or more tags to an IAM role.default TagRoleResponseIamClient. tagRole(TagRoleRequest tagRoleRequest)Adds one or more tags to an IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type TagRoleResponse Modifier and Type Method Description default CompletableFuture<TagRoleResponse>IamAsyncClient. tagRole(Consumer<TagRoleRequest.Builder> tagRoleRequest)Adds one or more tags to an IAM role.default CompletableFuture<TagRoleResponse>IamAsyncClient. tagRole(TagRoleRequest tagRoleRequest)Adds one or more tags to an IAM role.
-