Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.ListPolicyStoresResponse
-
Packages that use ListPolicyStoresResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services.software.amazon.awssdk.services.verifiedpermissions.paginators -
-
Uses of ListPolicyStoresResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return ListPolicyStoresResponse Modifier and Type Method Description default ListPolicyStoresResponseVerifiedPermissionsClient. listPolicyStores(Consumer<ListPolicyStoresRequest.Builder> listPolicyStoresRequest)Returns a paginated list of all policy stores in the calling Amazon Web Services account.default ListPolicyStoresResponseVerifiedPermissionsClient. listPolicyStores(ListPolicyStoresRequest listPolicyStoresRequest)Returns a paginated list of all policy stores in the calling Amazon Web Services account.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type ListPolicyStoresResponse Modifier and Type Method Description default CompletableFuture<ListPolicyStoresResponse>VerifiedPermissionsAsyncClient. listPolicyStores(Consumer<ListPolicyStoresRequest.Builder> listPolicyStoresRequest)Returns a paginated list of all policy stores in the calling Amazon Web Services account.default CompletableFuture<ListPolicyStoresResponse>VerifiedPermissionsAsyncClient. listPolicyStores(ListPolicyStoresRequest listPolicyStoresRequest)Returns a paginated list of all policy stores in the calling Amazon Web Services account. -
Uses of ListPolicyStoresResponse in software.amazon.awssdk.services.verifiedpermissions.paginators
Methods in software.amazon.awssdk.services.verifiedpermissions.paginators that return types with arguments of type ListPolicyStoresResponse Modifier and Type Method Description Iterator<ListPolicyStoresResponse>ListPolicyStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.verifiedpermissions.paginators with type arguments of type ListPolicyStoresResponse Modifier and Type Method Description voidListPolicyStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPolicyStoresResponse> subscriber)
-