| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPolicyTagsResponse> |
IamAsyncClient.listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
default ListPolicyTagsResponse |
IamClient.listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
default ListPolicyTagsPublisher |
IamAsyncClient.listPolicyTagsPaginator(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
default ListPolicyTagsIterable |
IamClient.listPolicyTagsPaginator(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
| Constructor and Description |
|---|
ListPolicyTagsIterable(IamClient client,
ListPolicyTagsRequest firstRequest) |
ListPolicyTagsPublisher(IamAsyncClient client,
ListPolicyTagsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPolicyTagsRequestMarshaller.marshall(ListPolicyTagsRequest listPolicyTagsRequest) |
Copyright © 2023. All rights reserved.