| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
static NotifyEmailType.Builder |
NotifyEmailType.builder() |
NotifyEmailType.Builder |
NotifyEmailType.Builder.htmlBody(String htmlBody)
The email HTML body.
|
NotifyEmailType.Builder |
NotifyEmailType.Builder.subject(String subject)
The email subject.
|
NotifyEmailType.Builder |
NotifyEmailType.Builder.textBody(String textBody)
The email text body.
|
NotifyEmailType.Builder |
NotifyEmailType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotifyEmailType.Builder> |
NotifyEmailType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(Consumer<NotifyEmailType.Builder> blockEmail)
Email template used when a detected risk event is blocked.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(Consumer<NotifyEmailType.Builder> mfaEmail)
The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail)
The email template used when a detected risk event is allowed.
|
Copyright © 2023. All rights reserved.