| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default TagRoleResponse |
IamClient.tagRole(Consumer<TagRoleRequest.Builder> tagRoleRequest)
Adds one or more tags to an IAM role.
|
default TagRoleResponse |
IamClient.tagRole(TagRoleRequest tagRoleRequest)
Adds one or more tags to an IAM role.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.