| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
NotifyEmailType |
NotifyEmailType.clone() |
NotifyEmailType |
NotifyConfigurationType.getBlockEmail()
Email template used when a detected risk event is blocked.
|
NotifyEmailType |
NotifyConfigurationType.getMfaEmail()
The MFA email template used when MFA is challenged as part of a detected risk.
|
NotifyEmailType |
NotifyConfigurationType.getNoActionEmail()
The email template used when a detected risk event is allowed.
|
NotifyEmailType |
NotifyEmailType.withHtmlBody(String htmlBody)
The HTML body.
|
NotifyEmailType |
NotifyEmailType.withSubject(String subject)
The subject.
|
NotifyEmailType |
NotifyEmailType.withTextBody(String textBody)
The text body.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotifyConfigurationType.setBlockEmail(NotifyEmailType blockEmail)
Email template used when a detected risk event is blocked.
|
void |
NotifyConfigurationType.setMfaEmail(NotifyEmailType mfaEmail)
The MFA email template used when MFA is challenged as part of a detected risk.
|
void |
NotifyConfigurationType.setNoActionEmail(NotifyEmailType noActionEmail)
The email template used when a detected risk event is allowed.
|
NotifyConfigurationType |
NotifyConfigurationType.withBlockEmail(NotifyEmailType blockEmail)
Email template used when a detected risk event is blocked.
|
NotifyConfigurationType |
NotifyConfigurationType.withMfaEmail(NotifyEmailType mfaEmail)
The MFA email template used when MFA is challenged as part of a detected risk.
|
NotifyConfigurationType |
NotifyConfigurationType.withNoActionEmail(NotifyEmailType noActionEmail)
The email template used when a detected risk event is allowed.
|
Copyright © 2018. All rights reserved.