| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOnMXFailure |
IdentityMailFromDomainAttributes.behaviorOnMXFailure()
The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.
|
BehaviorOnMXFailure |
SetIdentityMailFromDomainRequest.behaviorOnMXFailure()
The action for Amazon SES to take if it cannot successfully 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 |
|---|---|
IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.Builder.behaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)
The action that Amazon SES takes if it cannot successfully read the required MX record when you send an
email.
|
SetIdentityMailFromDomainRequest.Builder |
SetIdentityMailFromDomainRequest.Builder.behaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)
The action for Amazon SES to take if it cannot successfully read the required MX record when you send an
email.
|
Copyright © 2023. All rights reserved.