| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
BehaviorOnMxFailure |
MailFromAttributes.behaviorOnMxFailure()
The action to take if the required MX record can't be found when you send an email.
|
BehaviorOnMxFailure |
PutEmailIdentityMailFromAttributesRequest.behaviorOnMxFailure()
The action to take if the required MX record isn't found 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 to take if the required MX record can't be found when you send an email.
|
PutEmailIdentityMailFromAttributesRequest.Builder |
PutEmailIdentityMailFromAttributesRequest.Builder.behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)
The action to take if the required MX record isn't found when you send an email.
|
Copyright © 2022. All rights reserved.