Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.EmailConfigurationType.Builder
Packages that use EmailConfigurationType.Builder
-
Uses of EmailConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return EmailConfigurationType.BuilderModifier and TypeMethodDescriptionEmailConfigurationType.builder()EmailConfigurationType.Builder.configurationSet(String configurationSet) The set of configuration rules that can be applied to emails sent using Amazon Simple Email Service.EmailConfigurationType.Builder.emailSendingAccount(String 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.EmailConfigurationType.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.Either the sender’s email address or the sender’s name with their email address.EmailConfigurationType.Builder.replyToEmailAddress(String replyToEmailAddress) The destination to which the receiver of the email should reply.The ARN of a verified email address or an address from a verified domain in Amazon SES.EmailConfigurationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type EmailConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EmailConfigurationType.Builder>EmailConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type EmailConfigurationType.BuilderModifier and TypeMethodDescriptiondefault CreateUserPoolRequest.BuilderCreateUserPoolRequest.Builder.emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration) The email configuration of your user pool.default UpdateUserPoolRequest.BuilderUpdateUserPoolRequest.Builder.emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration) The email configuration of your user pool.default UserPoolType.BuilderUserPoolType.Builder.emailConfiguration(Consumer<EmailConfigurationType.Builder> emailConfiguration) The email configuration of your user pool.