| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default MailFromBehaviorOnMxFailure |
EmailIdentityProps.getMailFromBehaviorOnMxFailure()
The action to take if the required MX record for the MAIL FROM domain isn't found when you send an email.
|
MailFromBehaviorOnMxFailure |
EmailIdentityProps.Jsii$Proxy.getMailFromBehaviorOnMxFailure() |
static MailFromBehaviorOnMxFailure |
MailFromBehaviorOnMxFailure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailFromBehaviorOnMxFailure[] |
MailFromBehaviorOnMxFailure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmailIdentityProps.Builder |
EmailIdentityProps.Builder.mailFromBehaviorOnMxFailure(MailFromBehaviorOnMxFailure mailFromBehaviorOnMxFailure)
Sets the value of
EmailIdentityProps.getMailFromBehaviorOnMxFailure() |
EmailIdentity.Builder |
EmailIdentity.Builder.mailFromBehaviorOnMxFailure(MailFromBehaviorOnMxFailure mailFromBehaviorOnMxFailure)
The action to take if the required MX record for the MAIL FROM domain isn't found when you send an email.
|
Copyright © 2022. All rights reserved.