Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.OpenIdIssuer
-
Packages that use OpenIdIssuer Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of OpenIdIssuer in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return OpenIdIssuer Modifier and Type Method Description static OpenIdIssuerOpenIdIssuer. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OpenIdIssuerIdentitySourceDetails. openIdIssuer()A string that identifies the type of OIDC service represented by this identity source.OpenIdIssuerIdentitySourceItemDetails. openIdIssuer()A string that identifies the type of OIDC service represented by this identity source.static OpenIdIssuerOpenIdIssuer. 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.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type OpenIdIssuer Modifier and Type Method Description static Set<OpenIdIssuer>OpenIdIssuer. knownValues()Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type OpenIdIssuer Modifier and Type Method Description IdentitySourceDetails.BuilderIdentitySourceDetails.Builder. openIdIssuer(OpenIdIssuer openIdIssuer)A string that identifies the type of OIDC service represented by this identity source.IdentitySourceItemDetails.BuilderIdentitySourceItemDetails.Builder. openIdIssuer(OpenIdIssuer openIdIssuer)A string that identifies the type of OIDC service represented by this identity source.
-