| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
NotifyConfigurationType |
NotifyConfigurationType.clone() |
NotifyConfigurationType |
AccountTakeoverRiskConfigurationType.getNotifyConfiguration()
The notify configuration used to construct email notifications.
|
NotifyConfigurationType |
NotifyConfigurationType.withBlockEmail(NotifyEmailType blockEmail)
Email template used when a detected risk event is blocked.
|
NotifyConfigurationType |
NotifyConfigurationType.withFrom(String from)
The email address that is sending the email.
|
NotifyConfigurationType |
NotifyConfigurationType.withMfaEmail(NotifyEmailType mfaEmail)
The multi-factor authentication (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.
|
NotifyConfigurationType |
NotifyConfigurationType.withReplyTo(String replyTo)
The destination to which the receiver of an email should reply to.
|
NotifyConfigurationType |
NotifyConfigurationType.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccountTakeoverRiskConfigurationType.setNotifyConfiguration(NotifyConfigurationType notifyConfiguration)
The notify configuration used to construct email notifications.
|
AccountTakeoverRiskConfigurationType |
AccountTakeoverRiskConfigurationType.withNotifyConfiguration(NotifyConfigurationType notifyConfiguration)
The notify configuration used to construct email notifications.
|
Copyright © 2024. All rights reserved.