| 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<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 |
|---|---|
CreateIdentitySourceRequest |
CreateIdentitySourceRequest.clone() |
CreateIdentitySourceRequest |
CreateIdentitySourceRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
CreateIdentitySourceRequest |
CreateIdentitySourceRequest.withConfiguration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
CreateIdentitySourceRequest |
CreateIdentitySourceRequest.withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store in which you want to store this identity source.
|
CreateIdentitySourceRequest |
CreateIdentitySourceRequest.withPrincipalEntityType(String principalEntityType)
Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.
|
Copyright © 2023. All rights reserved.