Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.NotifyEmailType.Builder
Packages that use NotifyEmailType.Builder
-
Uses of NotifyEmailType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return NotifyEmailType.BuilderModifier and TypeMethodDescriptionstatic NotifyEmailType.BuilderNotifyEmailType.builder()The body of an email notification formatted in HTML.The subject of the threat protection email notification.The body of an email notification formatted in plaintext.NotifyEmailType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type NotifyEmailType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NotifyEmailType.Builder>NotifyEmailType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type NotifyEmailType.BuilderModifier and TypeMethodDescriptiondefault 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.