| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default ListPolicyTagsResponse |
IamClient.listPolicyTags(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
default CompletableFuture<ListPolicyTagsResponse> |
IamAsyncClient.listPolicyTags(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
default ListPolicyTagsIterable |
IamClient.listPolicyTagsPaginator(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
default ListPolicyTagsPublisher |
IamAsyncClient.listPolicyTagsPaginator(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPolicyTagsRequest.Builder |
ListPolicyTagsRequest.builder() |
ListPolicyTagsRequest.Builder |
ListPolicyTagsRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListPolicyTagsRequest.Builder |
ListPolicyTagsRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListPolicyTagsRequest.Builder |
ListPolicyTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPolicyTagsRequest.Builder |
ListPolicyTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPolicyTagsRequest.Builder |
ListPolicyTagsRequest.Builder.policyArn(String policyArn)
The ARN of the IAM customer managed policy whose tags you want to see.
|
ListPolicyTagsRequest.Builder |
ListPolicyTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPolicyTagsRequest.Builder> |
ListPolicyTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.