| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListPolicyStoresResponse |
VerifiedPermissionsClient.listPolicyStores(Consumer<ListPolicyStoresRequest.Builder> listPolicyStoresRequest)
Returns a paginated list of all policy stores in the calling Amazon Web Services account.
|
default ListPolicyStoresResponse |
VerifiedPermissionsClient.listPolicyStores(ListPolicyStoresRequest listPolicyStoresRequest)
Returns a paginated list of all policy stores in the calling Amazon Web Services account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPolicyStoresResponse> |
ListPolicyStoresIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyStoresPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPolicyStoresResponse> subscriber) |
Copyright © 2023. All rights reserved.