| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default TagPolicyResponse |
IamClient.tagPolicy(Consumer<TagPolicyRequest.Builder> tagPolicyRequest)
Adds one or more tags to an IAM customer managed policy.
|
default CompletableFuture<TagPolicyResponse> |
IamAsyncClient.tagPolicy(Consumer<TagPolicyRequest.Builder> tagPolicyRequest)
Adds one or more tags to an IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
static TagPolicyRequest.Builder |
TagPolicyRequest.builder() |
TagPolicyRequest.Builder |
TagPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagPolicyRequest.Builder |
TagPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagPolicyRequest.Builder |
TagPolicyRequest.Builder.policyArn(String policyArn)
The ARN of the IAM customer managed policy to which you want to add tags.
|
TagPolicyRequest.Builder |
TagPolicyRequest.Builder.tags(Collection<Tag> tags)
The list of tags that you want to attach to the IAM customer managed policy.
|
TagPolicyRequest.Builder |
TagPolicyRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags that you want to attach to the IAM customer managed policy.
|
TagPolicyRequest.Builder |
TagPolicyRequest.Builder.tags(Tag... tags)
The list of tags that you want to attach to the IAM customer managed policy.
|
TagPolicyRequest.Builder |
TagPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagPolicyRequest.Builder> |
TagPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.