Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.NotifyEmailType.Builder
-
Packages that use NotifyEmailType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of NotifyEmailType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return NotifyEmailType.Builder Modifier and Type Method Description static NotifyEmailType.BuilderNotifyEmailType. builder()NotifyEmailType.BuilderNotifyEmailType.Builder. htmlBody(String htmlBody)The body of an email notification formatted in HTML.NotifyEmailType.BuilderNotifyEmailType.Builder. subject(String subject)The subject of the threat protection email notification.NotifyEmailType.BuilderNotifyEmailType.Builder. textBody(String textBody)The body of an email notification formatted in plaintext.NotifyEmailType.BuilderNotifyEmailType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type NotifyEmailType.Builder Modifier and Type Method Description static Class<? extends NotifyEmailType.Builder>NotifyEmailType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type NotifyEmailType.Builder Modifier and Type Method Description default NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. blockEmail(Consumer<NotifyEmailType.Builder> blockEmail)The template for the email message that your user pool sends when a detected risk event is blocked.default NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. mfaEmail(Consumer<NotifyEmailType.Builder> mfaEmail)The template for the email message that your user pool sends when MFA is challenged in response to a detected risk.default NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail)The template for the email message that your user pool sends when no action is taken in response to a detected risk.
-