| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default UntagPolicyResponse |
IamClient.untagPolicy(Consumer<UntagPolicyRequest.Builder> untagPolicyRequest)
Removes the specified tags from the customer managed policy.
|
default CompletableFuture<UntagPolicyResponse> |
IamAsyncClient.untagPolicy(Consumer<UntagPolicyRequest.Builder> untagPolicyRequest)
Removes the specified tags from the customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
static UntagPolicyRequest.Builder |
UntagPolicyRequest.builder() |
UntagPolicyRequest.Builder |
UntagPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagPolicyRequest.Builder |
UntagPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UntagPolicyRequest.Builder |
UntagPolicyRequest.Builder.policyArn(String policyArn)
The ARN of the IAM customer managed policy from which you want to remove tags.
|
UntagPolicyRequest.Builder |
UntagPolicyRequest.Builder.tagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagPolicyRequest.Builder |
UntagPolicyRequest.Builder.tagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
UntagPolicyRequest.Builder |
UntagPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UntagPolicyRequest.Builder> |
UntagPolicyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.