| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default UserPoolEmail |
UserPoolProps.getEmail()
Email settings for a user pool.
|
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 Type | Method and Description |
|---|---|
UserPoolProps.Builder |
UserPoolProps.Builder.email(UserPoolEmail email)
Sets the value of
UserPoolProps.getEmail() |
UserPool.Builder |
UserPool.Builder.email(UserPoolEmail email)
Email settings for a user pool.
|
Copyright © 2022. All rights reserved.