| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| 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.
|
Copyright © 2022. All rights reserved.