Uses of Class
software.amazon.awssdk.services.iam.model.ListPolicyTagsRequest
-
Packages that use ListPolicyTagsRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListPolicyTagsRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListPolicyTagsRequest Modifier and Type Method Description default CompletableFuture<ListPolicyTagsResponse>IamAsyncClient. listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy.default ListPolicyTagsResponseIamClient. listPolicyTags(ListPolicyTagsRequest listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy.default ListPolicyTagsPublisherIamAsyncClient. listPolicyTagsPaginator(ListPolicyTagsRequest listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy.default ListPolicyTagsIterableIamClient. listPolicyTagsPaginator(ListPolicyTagsRequest listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy. -
Uses of ListPolicyTagsRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListPolicyTagsRequest Constructor Description ListPolicyTagsIterable(IamClient client, ListPolicyTagsRequest firstRequest)ListPolicyTagsPublisher(IamAsyncClient client, ListPolicyTagsRequest firstRequest) -
Uses of ListPolicyTagsRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListPolicyTagsRequest Modifier and Type Method Description SdkHttpFullRequestListPolicyTagsRequestMarshaller. marshall(ListPolicyTagsRequest listPolicyTagsRequest)
-