| 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 ListIdentitySourcesResponse |
VerifiedPermissionsClient.listIdentitySources(Consumer<ListIdentitySourcesRequest.Builder> listIdentitySourcesRequest)
Returns a paginated list of all of the identity sources defined in the specified policy store.
|
default ListIdentitySourcesResponse |
VerifiedPermissionsClient.listIdentitySources(ListIdentitySourcesRequest listIdentitySourcesRequest)
Returns a paginated list of all of the identity sources defined in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListIdentitySourcesResponse> |
VerifiedPermissionsAsyncClient.listIdentitySources(Consumer<ListIdentitySourcesRequest.Builder> listIdentitySourcesRequest)
Returns a paginated list of all of the identity sources defined in the specified policy store.
|
default CompletableFuture<ListIdentitySourcesResponse> |
VerifiedPermissionsAsyncClient.listIdentitySources(ListIdentitySourcesRequest listIdentitySourcesRequest)
Returns a paginated list of all of the identity sources defined in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListIdentitySourcesResponse> |
ListIdentitySourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListIdentitySourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListIdentitySourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.