Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.ListPolicyStoresRequest
-
Packages that use ListPolicyStoresRequest 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 software.amazon.awssdk.services.verifiedpermissions.transform -
-
Uses of ListPolicyStoresRequest in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions with parameters of type ListPolicyStoresRequest Modifier and Type Method Description default CompletableFuture<ListPolicyStoresResponse>VerifiedPermissionsAsyncClient. listPolicyStores(ListPolicyStoresRequest 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.default ListPolicyStoresPublisherVerifiedPermissionsAsyncClient. listPolicyStoresPaginator(ListPolicyStoresRequest listPolicyStoresRequest)Returns a paginated list of all policy stores in the calling Amazon Web Services account.default ListPolicyStoresIterableVerifiedPermissionsClient. listPolicyStoresPaginator(ListPolicyStoresRequest listPolicyStoresRequest)Returns a paginated list of all policy stores in the calling Amazon Web Services account. -
Uses of ListPolicyStoresRequest in software.amazon.awssdk.services.verifiedpermissions.paginators
Constructors in software.amazon.awssdk.services.verifiedpermissions.paginators with parameters of type ListPolicyStoresRequest Constructor Description ListPolicyStoresIterable(VerifiedPermissionsClient client, ListPolicyStoresRequest firstRequest)ListPolicyStoresPublisher(VerifiedPermissionsAsyncClient client, ListPolicyStoresRequest firstRequest) -
Uses of ListPolicyStoresRequest in software.amazon.awssdk.services.verifiedpermissions.transform
Methods in software.amazon.awssdk.services.verifiedpermissions.transform with parameters of type ListPolicyStoresRequest Modifier and Type Method Description SdkHttpFullRequestListPolicyStoresRequestMarshaller. marshall(ListPolicyStoresRequest listPolicyStoresRequest)
-