Uses of Class
software.amazon.awssdk.services.iam.paginators.ListPolicyVersionsPublisher
-
Packages that use ListPolicyVersionsPublisher Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListPolicyVersionsPublisher in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListPolicyVersionsPublisher Modifier and Type Method Description default ListPolicyVersionsPublisherIamAsyncClient. listPolicyVersionsPaginator(Consumer<ListPolicyVersionsRequest.Builder> listPolicyVersionsRequest)Lists information about the versions of the specified managed policy, including the version that is currently set as the policy's default version.default ListPolicyVersionsPublisherIamAsyncClient. listPolicyVersionsPaginator(ListPolicyVersionsRequest listPolicyVersionsRequest)Lists information about the versions of the specified managed policy, including the version that is currently set as the policy's default version.
-