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