Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.NotifyConfigurationType.Builder
Packages that use NotifyConfigurationType.Builder
-
Uses of NotifyConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return NotifyConfigurationType.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.NotifyConfigurationType.Builder.blockEmail(NotifyEmailType blockEmail) The template for the email message that your user pool sends when a detected risk event is blocked.NotifyConfigurationType.builder()The email address that sends the email message.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.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.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.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.The reply-to email address of an email template.The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.NotifyConfigurationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type NotifyConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NotifyConfigurationType.Builder>NotifyConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type NotifyConfigurationType.BuilderModifier and TypeMethodDescriptionAccountTakeoverRiskConfigurationType.Builder.notifyConfiguration(Consumer<NotifyConfigurationType.Builder> notifyConfiguration) The settings for composing and sending an email message when threat protection assesses a risk level with adaptive authentication.