| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| 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 TagPolicyResponse |
IamClient.tagPolicy(TagPolicyRequest tagPolicyRequest)
Adds one or more tags to an IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagPolicyResponse> |
IamAsyncClient.tagPolicy(Consumer<TagPolicyRequest.Builder> tagPolicyRequest)
Adds one or more tags to an IAM customer managed policy.
|
default CompletableFuture<TagPolicyResponse> |
IamAsyncClient.tagPolicy(TagPolicyRequest tagPolicyRequest)
Adds one or more tags to an IAM customer managed policy.
|
Copyright © 2023. All rights reserved.