| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOnMxFailure |
MailFromAttributes.behaviorOnMxFailure()
The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain.
|
BehaviorOnMxFailure |
PutEmailIdentityMailFromAttributesRequest.behaviorOnMxFailure()
The action that you want Amazon Pinpoint to take if it can't read the required MX record when you send an email.
|
static BehaviorOnMxFailure |
BehaviorOnMxFailure.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<BehaviorOnMxFailure> |
BehaviorOnMxFailure.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MailFromAttributes.Builder |
MailFromAttributes.Builder.behaviorOnMxFailure(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.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.behaviorOnMxFailure(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.