| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
TagPolicyResult |
AbstractAmazonIdentityManagement.tagPolicy(TagPolicyRequest request) |
TagPolicyResult |
AmazonIdentityManagement.tagPolicy(TagPolicyRequest tagPolicyRequest)
Adds one or more tags to an IAM customer managed policy.
|
TagPolicyResult |
AmazonIdentityManagementClient.tagPolicy(TagPolicyRequest request)
Adds one or more tags to an IAM customer managed policy.
|
Future<TagPolicyResult> |
AmazonIdentityManagementAsyncClient.tagPolicyAsync(TagPolicyRequest request) |
Future<TagPolicyResult> |
AbstractAmazonIdentityManagementAsync.tagPolicyAsync(TagPolicyRequest request) |
Future<TagPolicyResult> |
AmazonIdentityManagementAsync.tagPolicyAsync(TagPolicyRequest tagPolicyRequest)
Adds one or more tags to an IAM customer managed policy.
|
Future<TagPolicyResult> |
AmazonIdentityManagementAsyncClient.tagPolicyAsync(TagPolicyRequest request,
AsyncHandler<TagPolicyRequest,TagPolicyResult> asyncHandler) |
Future<TagPolicyResult> |
AbstractAmazonIdentityManagementAsync.tagPolicyAsync(TagPolicyRequest request,
AsyncHandler<TagPolicyRequest,TagPolicyResult> asyncHandler) |
Future<TagPolicyResult> |
AmazonIdentityManagementAsync.tagPolicyAsync(TagPolicyRequest tagPolicyRequest,
AsyncHandler<TagPolicyRequest,TagPolicyResult> asyncHandler)
Adds one or more tags to an IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TagPolicyResult> |
AmazonIdentityManagementAsyncClient.tagPolicyAsync(TagPolicyRequest request,
AsyncHandler<TagPolicyRequest,TagPolicyResult> asyncHandler) |
Future<TagPolicyResult> |
AbstractAmazonIdentityManagementAsync.tagPolicyAsync(TagPolicyRequest request,
AsyncHandler<TagPolicyRequest,TagPolicyResult> asyncHandler) |
Future<TagPolicyResult> |
AmazonIdentityManagementAsync.tagPolicyAsync(TagPolicyRequest tagPolicyRequest,
AsyncHandler<TagPolicyRequest,TagPolicyResult> asyncHandler)
Adds one or more tags to an IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
TagPolicyRequest |
TagPolicyRequest.clone() |
TagPolicyRequest |
TagPolicyRequest.withPolicyArn(String policyArn)
The ARN of the IAM customer managed policy to which you want to add tags.
|
TagPolicyRequest |
TagPolicyRequest.withTags(Collection<Tag> tags)
The list of tags that you want to attach to the IAM customer managed policy.
|
TagPolicyRequest |
TagPolicyRequest.withTags(Tag... tags)
The list of tags that you want to attach to the IAM customer managed policy.
|
Copyright © 2021. All rights reserved.