Uses of Class
software.amazon.awssdk.services.iam.paginators.ListPolicyVersionsIterable
-
Packages that use ListPolicyVersionsIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListPolicyVersionsIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListPolicyVersionsIterable Modifier and Type Method Description default ListPolicyVersionsIterableIamClient. 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 ListPolicyVersionsIterableIamClient. 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.
-