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()The template for the email message that your user pool sends when a detected risk event is blocked.NotifyEmailTypeNotifyConfigurationType. mfaEmail()The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.NotifyEmailTypeNotifyConfigurationType. noActionEmail()The template for the email message that your user pool sends when no action is taken in response to a detected risk.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type NotifyEmailType Modifier and Type Method Description NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. blockEmail(NotifyEmailType blockEmail)The template for the email message that your user pool sends when a detected risk event is blocked.NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. mfaEmail(NotifyEmailType mfaEmail)The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. noActionEmail(NotifyEmailType noActionEmail)The template for the email message that your user pool sends when no action is taken in response to a detected risk.
-