| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(Consumer<NotifyEmailType.Builder> blockEmail)
Email template used when a detected risk event is blocked.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.blockEmail(NotifyEmailType blockEmail)
Email template used when a detected risk event is blocked.
|
static NotifyConfigurationType.Builder |
NotifyConfigurationType.builder() |
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.from(String from)
The email address that is sending the email.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(Consumer<NotifyEmailType.Builder> mfaEmail)
The MFA email template used when MFA is challenged as part of a detected risk.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.mfaEmail(NotifyEmailType mfaEmail)
The MFA email template used when MFA is challenged as part of a detected risk.
|
default NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(Consumer<NotifyEmailType.Builder> noActionEmail)
The email template used when a detected risk event is allowed.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.noActionEmail(NotifyEmailType noActionEmail)
The email template used when a detected risk event is allowed.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.replyTo(String replyTo)
The destination to which the receiver of an email should reply to.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.Builder.sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the identity that is associated with the sending authorization policy.
|
NotifyConfigurationType.Builder |
NotifyConfigurationType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotifyConfigurationType.Builder> |
NotifyConfigurationType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AccountTakeoverRiskConfigurationType.Builder |
AccountTakeoverRiskConfigurationType.Builder.notifyConfiguration(Consumer<NotifyConfigurationType.Builder> notifyConfiguration)
The notify configuration used to construct email notifications.
|
Copyright © 2019. All rights reserved.