| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static BehaviorOnMxFailure |
BehaviorOnMxFailure.fromValue(String value)
Use this in place of valueOf.
|
static BehaviorOnMxFailure |
BehaviorOnMxFailure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BehaviorOnMxFailure[] |
BehaviorOnMxFailure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MailFromAttributes |
MailFromAttributes.withBehaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)
The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain.
|
PutEmailIdentityMailFromAttributesRequest |
PutEmailIdentityMailFromAttributesRequest.withBehaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)
The action that you want Amazon Pinpoint to take if it can't read the required MX record when you send an email.
|
Copyright © 2022. All rights reserved.