| 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 |
|---|---|
CreateIdentitySourceResult |
AmazonVerifiedPermissionsClient.createIdentitySource(CreateIdentitySourceRequest request)
Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
|
CreateIdentitySourceResult |
AbstractAmazonVerifiedPermissions.createIdentitySource(CreateIdentitySourceRequest request) |
CreateIdentitySourceResult |
AmazonVerifiedPermissions.createIdentitySource(CreateIdentitySourceRequest createIdentitySourceRequest)
Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIdentitySourceResult> |
AmazonVerifiedPermissionsAsyncClient.createIdentitySourceAsync(CreateIdentitySourceRequest request,
AsyncHandler<CreateIdentitySourceRequest,CreateIdentitySourceResult> asyncHandler) |
Future<CreateIdentitySourceResult> |
AbstractAmazonVerifiedPermissionsAsync.createIdentitySourceAsync(CreateIdentitySourceRequest request,
AsyncHandler<CreateIdentitySourceRequest,CreateIdentitySourceResult> asyncHandler) |
Future<CreateIdentitySourceResult> |
AmazonVerifiedPermissionsAsync.createIdentitySourceAsync(CreateIdentitySourceRequest createIdentitySourceRequest,
AsyncHandler<CreateIdentitySourceRequest,CreateIdentitySourceResult> asyncHandler)
Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
|
| Modifier and Type | Method and Description |
|---|---|
CreateIdentitySourceResult |
CreateIdentitySourceResult.clone() |
CreateIdentitySourceResult |
CreateIdentitySourceResult.withCreatedDate(Date createdDate)
The date and time the identity source was originally created.
|
CreateIdentitySourceResult |
CreateIdentitySourceResult.withIdentitySourceId(String identitySourceId)
The unique ID of the new identity source.
|
CreateIdentitySourceResult |
CreateIdentitySourceResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time the identity source was most recently updated.
|
CreateIdentitySourceResult |
CreateIdentitySourceResult.withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
|
Copyright © 2023. All rights reserved.