| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
NotifyEmailType |
NotifyConfigurationType.blockEmail()
Email template used when a detected risk event is blocked.
|
NotifyEmailType |
NotifyConfigurationType.mfaEmail()
The MFA email template used when MFA is challenged as part of a detected risk.
|
NotifyEmailType |
NotifyConfigurationType.noActionEmail()
The email template used when a detected risk event is allowed.
|
| Modifier and Type | Method and Description |
|---|---|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(NotifyEmailType blockEmail)
Email template used when a detected risk event is blocked.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(NotifyEmailType mfaEmail)
The MFA email template used when MFA is challenged as part of a detected risk.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(NotifyEmailType noActionEmail)
The email template used when a detected risk event is allowed.
|
Copyright © 2019. All rights reserved.