Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.EmailSendingAccountType
Packages that use EmailSendingAccountType
-
Uses of EmailSendingAccountType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return EmailSendingAccountTypeModifier and TypeMethodDescriptionfinal EmailSendingAccountTypeEmailConfigurationType.emailSendingAccount()Specifies whether Amazon Cognito uses its built-in functionality to send your users email messages, or uses your Amazon Simple Email Service email configuration.static EmailSendingAccountTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EmailSendingAccountTypeReturns the enum constant of this type with the specified name.static EmailSendingAccountType[]EmailSendingAccountType.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 EmailSendingAccountTypeModifier and TypeMethodDescriptionstatic Set<EmailSendingAccountType>EmailSendingAccountType.knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type EmailSendingAccountTypeModifier and TypeMethodDescriptionEmailConfigurationType.Builder.emailSendingAccount(EmailSendingAccountType emailSendingAccount) Specifies whether Amazon Cognito uses its built-in functionality to send your users email messages, or uses your Amazon Simple Email Service email configuration.