| 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 |
AbstractAmazonIdentityManagement.listPolicyTags(ListPolicyTagsRequest request) |
ListPolicyTagsResult |
AmazonIdentityManagement.listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)
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) |
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 |
|---|---|
ListPolicyTagsResult |
ListPolicyTagsResult.clone() |
ListPolicyTagsResult |
ListPolicyTagsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListPolicyTagsResult |
ListPolicyTagsResult.withMarker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
ListPolicyTagsResult |
ListPolicyTagsResult.withTags(Collection<Tag> tags)
The list of tags that are currently attached to the IAM customer managed policy.
|
ListPolicyTagsResult |
ListPolicyTagsResult.withTags(Tag... tags)
The list of tags that are currently attached to the IAM customer managed policy.
|
Copyright © 2024. All rights reserved.