Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.IssuerType
Packages that use IssuerType
-
Uses of IssuerType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return IssuerTypeModifier and TypeMethodDescriptionstatic IssuerTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IssuerTypeIssuerConfigurationType.type()The type of issuer configuration.static IssuerTypeReturns the enum constant of this type with the specified name.static IssuerType[]IssuerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type IssuerTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type IssuerTypeModifier and TypeMethodDescriptionIssuerConfigurationType.Builder.type(IssuerType type) The type of issuer configuration.