| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.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 to take if the required MX record can't be found when you send an email.
|
PutEmailIdentityMailFromAttributesRequest |
PutEmailIdentityMailFromAttributesRequest.withBehaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)
The action to take if the required MX record isn't found when you send an email.
|
Copyright © 2021. All rights reserved.