Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.DefaultEmailOptionType
Packages that use DefaultEmailOptionType
-
Uses of DefaultEmailOptionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DefaultEmailOptionTypeModifier and TypeMethodDescriptionfinal DefaultEmailOptionTypeVerificationMessageTemplateType.defaultEmailOption()The configuration of verification emails to contain a clickable link or a verification code.static DefaultEmailOptionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultEmailOptionTypeReturns the enum constant of this type with the specified name.static DefaultEmailOptionType[]DefaultEmailOptionType.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 DefaultEmailOptionTypeModifier and TypeMethodDescriptionstatic Set<DefaultEmailOptionType>DefaultEmailOptionType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DefaultEmailOptionTypeModifier and TypeMethodDescriptionVerificationMessageTemplateType.Builder.defaultEmailOption(DefaultEmailOptionType defaultEmailOption) The configuration of verification emails to contain a clickable link or a verification code.