| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default TagRoleResponse |
IamClient.tagRole(Consumer<TagRoleRequest.Builder> tagRoleRequest)
Adds one or more tags to an IAM role.
|
default CompletableFuture<TagRoleResponse> |
IamAsyncClient.tagRole(Consumer<TagRoleRequest.Builder> tagRoleRequest)
Adds one or more tags to an IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
static TagRoleRequest.Builder |
TagRoleRequest.builder() |
TagRoleRequest.Builder |
TagRoleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagRoleRequest.Builder |
TagRoleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagRoleRequest.Builder |
TagRoleRequest.Builder.roleName(String roleName)
The name of the IAM role to which you want to add tags.
|
TagRoleRequest.Builder |
TagRoleRequest.Builder.tags(Collection<Tag> tags)
The list of tags that you want to attach to the IAM role.
|
TagRoleRequest.Builder |
TagRoleRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags that you want to attach to the IAM role.
|
TagRoleRequest.Builder |
TagRoleRequest.Builder.tags(Tag... tags)
The list of tags that you want to attach to the IAM role.
|
TagRoleRequest.Builder |
TagRoleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagRoleRequest.Builder> |
TagRoleRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.