| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListPolicyTagsResult |
AmazonIdentityManagementClient.listPolicyTags(ListPolicyTagsRequest request)
Lists the tags that are attached to the specified IAM customer managed policy.
|
ListPolicyTagsResult |
AmazonIdentityManagement.listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
ListPolicyTagsResult |
AbstractAmazonIdentityManagement.listPolicyTags(ListPolicyTagsRequest request) |
Future<ListPolicyTagsResult> |
AbstractAmazonIdentityManagementAsync.listPolicyTagsAsync(ListPolicyTagsRequest request) |
Future<ListPolicyTagsResult> |
AmazonIdentityManagementAsyncClient.listPolicyTagsAsync(ListPolicyTagsRequest request) |
Future<ListPolicyTagsResult> |
AmazonIdentityManagementAsync.listPolicyTagsAsync(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
Future<ListPolicyTagsResult> |
AbstractAmazonIdentityManagementAsync.listPolicyTagsAsync(ListPolicyTagsRequest request,
AsyncHandler<ListPolicyTagsRequest,ListPolicyTagsResult> asyncHandler) |
Future<ListPolicyTagsResult> |
AmazonIdentityManagementAsyncClient.listPolicyTagsAsync(ListPolicyTagsRequest request,
AsyncHandler<ListPolicyTagsRequest,ListPolicyTagsResult> asyncHandler) |
Future<ListPolicyTagsResult> |
AmazonIdentityManagementAsync.listPolicyTagsAsync(ListPolicyTagsRequest listPolicyTagsRequest,
AsyncHandler<ListPolicyTagsRequest,ListPolicyTagsResult> asyncHandler)
Lists the tags that are attached to the specified IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPolicyTagsResult> |
AbstractAmazonIdentityManagementAsync.listPolicyTagsAsync(ListPolicyTagsRequest request,
AsyncHandler<ListPolicyTagsRequest,ListPolicyTagsResult> asyncHandler) |
Future<ListPolicyTagsResult> |
AmazonIdentityManagementAsyncClient.listPolicyTagsAsync(ListPolicyTagsRequest request,
AsyncHandler<ListPolicyTagsRequest,ListPolicyTagsResult> asyncHandler) |
Future<ListPolicyTagsResult> |
AmazonIdentityManagementAsync.listPolicyTagsAsync(ListPolicyTagsRequest listPolicyTagsRequest,
AsyncHandler<ListPolicyTagsRequest,ListPolicyTagsResult> asyncHandler)
Lists the tags that are attached to the specified IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
ListPolicyTagsRequest |
ListPolicyTagsRequest.clone() |
ListPolicyTagsRequest |
ListPolicyTagsRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
ListPolicyTagsRequest |
ListPolicyTagsRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListPolicyTagsRequest |
ListPolicyTagsRequest.withPolicyArn(String policyArn)
The ARN of the IAM customer managed policy whose tags you want to see.
|
Copyright © 2023. All rights reserved.