| 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 |
|---|---|
Future<GetIdentitySourceResult> |
AmazonVerifiedPermissionsAsyncClient.getIdentitySourceAsync(GetIdentitySourceRequest request,
AsyncHandler<GetIdentitySourceRequest,GetIdentitySourceResult> asyncHandler) |
Future<GetIdentitySourceResult> |
AbstractAmazonVerifiedPermissionsAsync.getIdentitySourceAsync(GetIdentitySourceRequest request,
AsyncHandler<GetIdentitySourceRequest,GetIdentitySourceResult> asyncHandler) |
Future<GetIdentitySourceResult> |
AmazonVerifiedPermissionsAsync.getIdentitySourceAsync(GetIdentitySourceRequest getIdentitySourceRequest,
AsyncHandler<GetIdentitySourceRequest,GetIdentitySourceResult> asyncHandler)
Retrieves the details about the specified identity source.
|
| Modifier and Type | Method and Description |
|---|---|
GetIdentitySourceRequest |
GetIdentitySourceRequest.clone() |
GetIdentitySourceRequest |
GetIdentitySourceRequest.withIdentitySourceId(String identitySourceId)
Specifies the ID of the identity source you want information about.
|
GetIdentitySourceRequest |
GetIdentitySourceRequest.withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity source you want information about.
|
Copyright © 2024. All rights reserved.