| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static IdentitySourceDetails.Builder |
IdentitySourceDetails.builder() |
IdentitySourceDetails.Builder |
IdentitySourceDetails.Builder.clientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails.Builder |
IdentitySourceDetails.Builder.clientIds(String... clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails.Builder |
IdentitySourceDetails.Builder.discoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint.
|
IdentitySourceDetails.Builder |
IdentitySourceDetails.Builder.openIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails.Builder |
IdentitySourceDetails.Builder.openIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails.Builder |
IdentitySourceDetails.toBuilder() |
IdentitySourceDetails.Builder |
IdentitySourceDetails.Builder.userPoolArn(String userPoolArn)
The Amazon Resource Name
(ARN) of the Amazon Cognito user pool whose identities are accessible to this Verified Permissions policy
store.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdentitySourceDetails.Builder> |
IdentitySourceDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetIdentitySourceResponse.Builder |
GetIdentitySourceResponse.Builder.details(Consumer<IdentitySourceDetails.Builder> details)
A structure that describes the configuration of the identity source.
|
Copyright © 2023. All rights reserved.