| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
UntagPolicyResult |
AbstractAmazonIdentityManagement.untagPolicy(UntagPolicyRequest request) |
UntagPolicyResult |
AmazonIdentityManagement.untagPolicy(UntagPolicyRequest untagPolicyRequest)
Removes the specified tags from the customer managed policy.
|
UntagPolicyResult |
AmazonIdentityManagementClient.untagPolicy(UntagPolicyRequest request)
Removes the specified tags from the customer managed policy.
|
Future<UntagPolicyResult> |
AmazonIdentityManagementAsyncClient.untagPolicyAsync(UntagPolicyRequest request) |
Future<UntagPolicyResult> |
AbstractAmazonIdentityManagementAsync.untagPolicyAsync(UntagPolicyRequest request) |
Future<UntagPolicyResult> |
AmazonIdentityManagementAsync.untagPolicyAsync(UntagPolicyRequest untagPolicyRequest)
Removes the specified tags from the customer managed policy.
|
Future<UntagPolicyResult> |
AmazonIdentityManagementAsyncClient.untagPolicyAsync(UntagPolicyRequest request,
AsyncHandler<UntagPolicyRequest,UntagPolicyResult> asyncHandler) |
Future<UntagPolicyResult> |
AbstractAmazonIdentityManagementAsync.untagPolicyAsync(UntagPolicyRequest request,
AsyncHandler<UntagPolicyRequest,UntagPolicyResult> asyncHandler) |
Future<UntagPolicyResult> |
AmazonIdentityManagementAsync.untagPolicyAsync(UntagPolicyRequest untagPolicyRequest,
AsyncHandler<UntagPolicyRequest,UntagPolicyResult> asyncHandler)
Removes the specified tags from the customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UntagPolicyResult> |
AmazonIdentityManagementAsyncClient.untagPolicyAsync(UntagPolicyRequest request,
AsyncHandler<UntagPolicyRequest,UntagPolicyResult> asyncHandler) |
Future<UntagPolicyResult> |
AbstractAmazonIdentityManagementAsync.untagPolicyAsync(UntagPolicyRequest request,
AsyncHandler<UntagPolicyRequest,UntagPolicyResult> asyncHandler) |
Future<UntagPolicyResult> |
AmazonIdentityManagementAsync.untagPolicyAsync(UntagPolicyRequest untagPolicyRequest,
AsyncHandler<UntagPolicyRequest,UntagPolicyResult> asyncHandler)
Removes the specified tags from the customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
UntagPolicyRequest |
UntagPolicyRequest.clone() |
UntagPolicyRequest |
UntagPolicyRequest.withPolicyArn(String policyArn)
The ARN of the IAM customer managed policy from which you want to remove tags.
|
UntagPolicyRequest |
UntagPolicyRequest.withTagKeys(Collection<String> tagKeys)
A list of key names as a simple array of strings.
|
UntagPolicyRequest |
UntagPolicyRequest.withTagKeys(String... tagKeys)
A list of key names as a simple array of strings.
|
Copyright © 2024. All rights reserved.