Uses of Class
software.amazon.awscdk.services.cognito.UserPoolEmail
-
Uses of UserPoolEmail in software.amazon.awscdk.services.cognito
Modifier and TypeMethodDescriptiondefault UserPoolEmail
UserPoolProps.getEmail()
Email settings for a user pool.final UserPoolEmail
UserPoolProps.Jsii$Proxy.getEmail()
static UserPoolEmail
UserPoolEmail.withCognito()
Send email using Cognito.static UserPoolEmail
UserPoolEmail.withCognito
(String replyTo) Send email using Cognito.static UserPoolEmail
UserPoolEmail.withSES
(UserPoolSESOptions options) Send email using SES.Modifier and TypeMethodDescriptionUserPool.Builder.email
(UserPoolEmail email) Email settings for a user pool.UserPoolProps.Builder.email
(UserPoolEmail email) Sets the value ofUserPoolProps.getEmail()