Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.NotifyEmailType
Packages that use NotifyEmailType
-
Uses of NotifyEmailType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return NotifyEmailTypeModifier and TypeMethodDescriptionfinal NotifyEmailTypeNotifyConfigurationType.blockEmail()The template for the email message that your user pool sends when a detected risk event is blocked.final NotifyEmailTypeNotifyConfigurationType.mfaEmail()The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.final 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 NotifyEmailTypeModifier and TypeMethodDescriptionNotifyConfigurationType.Builder.blockEmail(NotifyEmailType blockEmail) The template for the email message that your user pool sends when a detected risk event is blocked.NotifyConfigurationType.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.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.