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 email HTML body.NotifyEmailType.BuilderNotifyEmailType.Builder. subject(String subject)The email subject.NotifyEmailType.BuilderNotifyEmailType.Builder. textBody(String textBody)The email text body.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)Email template used when a detected risk event is blocked.default NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. mfaEmail(Consumer<NotifyEmailType.Builder> mfaEmail)The multi-factor authentication (MFA) email template used when MFA is challenged as part of a detected risk.default NotifyConfigurationType.BuilderNotifyConfigurationType.Builder. noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail)The email template used when a detected risk event is allowed.
-