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