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()Deprecated.This attribute has been replaced by configurationOpenIdIssuerIdentitySourceItemDetails. openIdIssuer()Deprecated.This attribute has been replaced by configurationstatic 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)Deprecated.This attribute has been replaced by configurationIdentitySourceItemDetails.BuilderIdentitySourceItemDetails.Builder. openIdIssuer(OpenIdIssuer openIdIssuer)Deprecated.This attribute has been replaced by configuration
-