| 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 |
|---|---|
GetIdentitySourceResult |
AmazonVerifiedPermissionsClient.getIdentitySource(GetIdentitySourceRequest request)
Retrieves the details about the specified identity source.
|
GetIdentitySourceResult |
AbstractAmazonVerifiedPermissions.getIdentitySource(GetIdentitySourceRequest request) |
GetIdentitySourceResult |
AmazonVerifiedPermissions.getIdentitySource(GetIdentitySourceRequest getIdentitySourceRequest)
Retrieves the details about the specified identity source.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIdentitySourceResult> |
AbstractAmazonVerifiedPermissionsAsync.getIdentitySourceAsync(GetIdentitySourceRequest request,
AsyncHandler<GetIdentitySourceRequest,GetIdentitySourceResult> asyncHandler) |
Future<GetIdentitySourceResult> |
AmazonVerifiedPermissionsAsyncClient.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 |
|---|---|
GetIdentitySourceResult |
GetIdentitySourceResult.clone() |
GetIdentitySourceResult |
GetIdentitySourceResult.withCreatedDate(Date createdDate)
The date and time that the identity source was originally created.
|
GetIdentitySourceResult |
GetIdentitySourceResult.withDetails(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
|
GetIdentitySourceResult |
GetIdentitySourceResult.withIdentitySourceId(String identitySourceId)
The ID of the identity source.
|
GetIdentitySourceResult |
GetIdentitySourceResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the identity source was most recently updated.
|
GetIdentitySourceResult |
GetIdentitySourceResult.withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
|
GetIdentitySourceResult |
GetIdentitySourceResult.withPrincipalEntityType(String principalEntityType)
The data type of principals generated for identities authenticated by this identity source.
|
Copyright © 2024. All rights reserved.