| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
ListIdentitySourcesResult |
AmazonVerifiedPermissionsClient.listIdentitySources(ListIdentitySourcesRequest request)
Returns a paginated list of all of the identity sources defined in the specified policy store.
|
ListIdentitySourcesResult |
AmazonVerifiedPermissions.listIdentitySources(ListIdentitySourcesRequest listIdentitySourcesRequest)
Returns a paginated list of all of the identity sources defined in the specified policy store.
|
ListIdentitySourcesResult |
AbstractAmazonVerifiedPermissions.listIdentitySources(ListIdentitySourcesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListIdentitySourcesResult> |
AbstractAmazonVerifiedPermissionsAsync.listIdentitySourcesAsync(ListIdentitySourcesRequest request,
AsyncHandler<ListIdentitySourcesRequest,ListIdentitySourcesResult> asyncHandler) |
Future<ListIdentitySourcesResult> |
AmazonVerifiedPermissionsAsyncClient.listIdentitySourcesAsync(ListIdentitySourcesRequest request,
AsyncHandler<ListIdentitySourcesRequest,ListIdentitySourcesResult> asyncHandler) |
Future<ListIdentitySourcesResult> |
AmazonVerifiedPermissionsAsync.listIdentitySourcesAsync(ListIdentitySourcesRequest listIdentitySourcesRequest,
AsyncHandler<ListIdentitySourcesRequest,ListIdentitySourcesResult> asyncHandler)
Returns a paginated list of all of the identity sources defined in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListIdentitySourcesResult |
ListIdentitySourcesResult.clone() |
ListIdentitySourcesResult |
ListIdentitySourcesResult.withIdentitySources(Collection<IdentitySourceItem> identitySources)
The list of identity sources stored in the specified policy store.
|
ListIdentitySourcesResult |
ListIdentitySourcesResult.withIdentitySources(IdentitySourceItem... identitySources)
The list of identity sources stored in the specified policy store.
|
ListIdentitySourcesResult |
ListIdentitySourcesResult.withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
Copyright © 2023. All rights reserved.