| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateIdentitySourceResponse> |
VerifiedPermissionsAsyncClient.createIdentitySource(Consumer<CreateIdentitySourceRequest.Builder> createIdentitySourceRequest)
Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
|
default CreateIdentitySourceResponse |
VerifiedPermissionsClient.createIdentitySource(Consumer<CreateIdentitySourceRequest.Builder> createIdentitySourceRequest)
Creates a reference to an Amazon Cognito user pool as an external identity provider (IdP).
|
| Modifier and Type | Method and Description |
|---|---|
static CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.builder() |
CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.Builder.clientToken(String clientToken)
Specifies a unique, case-sensitive ID that you provide to ensure the idempotency of the request.
|
CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.Builder.configuration(Configuration configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
default CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.Builder.configuration(Consumer<Configuration.Builder> configuration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.Builder.policyStoreId(String policyStoreId)
Specifies the ID of the policy store in which you want to store this identity source.
|
CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.Builder.principalEntityType(String principalEntityType)
Specifies the namespace and data type of the principals generated for identities authenticated by the new
identity source.
|
CreateIdentitySourceRequest.Builder |
CreateIdentitySourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIdentitySourceRequest.Builder> |
CreateIdentitySourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.