Uses of Class
software.amazon.awscdk.services.cognito.UserPoolEmail
Packages that use UserPoolEmail
-
Uses of UserPoolEmail in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return UserPoolEmailModifier and TypeMethodDescriptiondefault UserPoolEmailUserPoolProps.getEmail()Email settings for a user pool.final UserPoolEmailUserPoolProps.Jsii$Proxy.getEmail()static UserPoolEmailUserPoolEmail.withCognito()Send email using Cognito.static UserPoolEmailUserPoolEmail.withCognito(String replyTo) Send email using Cognito.static UserPoolEmailUserPoolEmail.withSES(UserPoolSESOptions options) Send email using SES.Methods in software.amazon.awscdk.services.cognito with parameters of type UserPoolEmailModifier and TypeMethodDescriptionUserPool.Builder.email(UserPoolEmail email) Email settings for a user pool.UserPoolProps.Builder.email(UserPoolEmail email) Sets the value ofUserPoolProps.getEmail()