Uses of Class
software.amazon.awssdk.services.iam.model.ListPolicyVersionsResponse
-
Packages that use ListPolicyVersionsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListPolicyVersionsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListPolicyVersionsResponse Modifier and Type Method Description default ListPolicyVersionsResponseIamClient. listPolicyVersions(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 ListPolicyVersionsResponseIamClient. listPolicyVersions(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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListPolicyVersionsResponse Modifier and Type Method Description default CompletableFuture<ListPolicyVersionsResponse>IamAsyncClient. listPolicyVersions(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 CompletableFuture<ListPolicyVersionsResponse>IamAsyncClient. listPolicyVersions(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. -
Uses of ListPolicyVersionsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListPolicyVersionsResponse Modifier and Type Method Description Iterator<ListPolicyVersionsResponse>ListPolicyVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListPolicyVersionsResponse Modifier and Type Method Description voidListPolicyVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPolicyVersionsResponse> subscriber)
-