| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| 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 ListPolicyTagsResponse |
IamClient.listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPolicyTagsResponse> |
IamAsyncClient.listPolicyTags(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
default CompletableFuture<ListPolicyTagsResponse> |
IamAsyncClient.listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)
Lists the tags that are attached to the specified IAM customer managed policy.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPolicyTagsResponse> |
ListPolicyTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPolicyTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.