Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.NotifyEmailType
-
Packages that use NotifyEmailType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of NotifyEmailType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return NotifyEmailType Modifier and Type Method Description NotifyEmailTypeNotifyConfigurationType. blockEmail()Email template used when a detected risk event is blocked.NotifyEmailTypeNotifyConfigurationType. mfaEmail()The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.NotifyEmailTypeNotifyConfigurationType. noActionEmail()The email template used when a detected risk event is allowed.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type NotifyEmailType Modifier and Type Method Description NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. blockEmail(NotifyEmailType blockEmail)Email template used when a detected risk event is blocked.NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. mfaEmail(NotifyEmailType mfaEmail)The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. noActionEmail(NotifyEmailType noActionEmail)The email template used when a detected risk event is allowed.
-