@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.688Z") @Stability(value=Stable) public abstract class UserPoolEmail extends software.amazon.jsii.JsiiObject
Example:
UserPool.Builder.create(this, "myuserpool")
.email(UserPoolEmail.withSES(UserPoolSESOptions.builder()
.fromEmail("noreply@myawesomeapp.com")
.fromName("Awesome App")
.replyTo("support@myawesomeapp.com")
.build()))
.build();
| Modifier | Constructor and Description |
|---|---|
protected |
UserPoolEmail() |
protected |
UserPoolEmail(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
UserPoolEmail(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolEmail |
withCognito()
Send email using Cognito.
|
static UserPoolEmail |
withCognito(String replyTo)
Send email using Cognito.
|
static UserPoolEmail |
withSES(UserPoolSESOptions options)
Send email using SES.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected UserPoolEmail(software.amazon.jsii.JsiiObjectRef objRef)
protected UserPoolEmail(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) protected UserPoolEmail()
@Stability(value=Stable) @NotNull public static UserPoolEmail withCognito(@Nullable String replyTo)
replyTo - @Stability(value=Stable) @NotNull public static UserPoolEmail withCognito()
@Stability(value=Stable) @NotNull public static UserPoolEmail withSES(@NotNull UserPoolSESOptions options)
options - This parameter is required.Copyright © 2022. All rights reserved.