Uses of Class
software.amazon.awssdk.services.iam.model.ListPolicyTagsResponse
-
Packages that use ListPolicyTagsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListPolicyTagsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListPolicyTagsResponse Modifier and Type Method Description default ListPolicyTagsResponseIamClient. listPolicyTags(Consumer<ListPolicyTagsRequest.Builder> 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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListPolicyTagsResponse Modifier and Type Method 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. -
Uses of ListPolicyTagsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListPolicyTagsResponse Modifier and Type Method Description Iterator<ListPolicyTagsResponse>ListPolicyTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListPolicyTagsResponse Modifier and Type Method Description voidListPolicyTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPolicyTagsResponse> subscriber)
-