| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static OpenIdIssuer |
OpenIdIssuer.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OpenIdIssuer |
IdentitySourceDetails.openIdIssuer()
A string that identifies the type of OIDC service represented by this identity source.
|
OpenIdIssuer |
IdentitySourceItemDetails.openIdIssuer()
A string that identifies the type of OIDC service represented by this identity source.
|
static OpenIdIssuer |
OpenIdIssuer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenIdIssuer[] |
OpenIdIssuer.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OpenIdIssuer> |
OpenIdIssuer.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IdentitySourceDetails.Builder |
IdentitySourceDetails.Builder.openIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
IdentitySourceItemDetails.Builder |
IdentitySourceItemDetails.Builder.openIdIssuer(OpenIdIssuer openIdIssuer)
A string that identifies the type of OIDC service represented by this identity source.
|
Copyright © 2023. All rights reserved.