| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceDetails |
IdentitySourceDetails.clone() |
IdentitySourceDetails |
GetIdentitySourceResult.getDetails()
A structure that describes the configuration of the identity source.
|
IdentitySourceDetails |
IdentitySourceDetails.withClientIds(Collection<String> clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails |
IdentitySourceDetails.withClientIds(String... clientIds)
The application client IDs associated with the specified Amazon Cognito user pool that are enabled for this
identity source.
|
IdentitySourceDetails |
IdentitySourceDetails.withDiscoveryUrl(String discoveryUrl)
The well-known URL that points to this user pool's OIDC discovery endpoint.
|
IdentitySourceDetails |
IdentitySourceDetails.withOpenIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails |
IdentitySourceDetails.withOpenIdIssuer(String openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceDetails |
IdentitySourceDetails.withUserPoolArn(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 |
|---|---|
void |
GetIdentitySourceResult.setDetails(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
|
GetIdentitySourceResult |
GetIdentitySourceResult.withDetails(IdentitySourceDetails details)
A structure that describes the configuration of the identity source.
|
Copyright © 2024. All rights reserved.