Uses of Class
com.amazonaws.services.simpleemail.model.BehaviorOnMXFailure
-
Packages that use BehaviorOnMXFailure Package Description com.amazonaws.services.simpleemail.model -
-
Uses of BehaviorOnMXFailure in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BehaviorOnMXFailure Modifier and Type Method 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.Methods in com.amazonaws.services.simpleemail.model with parameters of type BehaviorOnMXFailure Modifier and Type Method Description void
IdentityMailFromDomainAttributes. setBehaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)
The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.void
SetIdentityMailFromDomainRequest. setBehaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)
The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email.IdentityMailFromDomainAttributes
IdentityMailFromDomainAttributes. withBehaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)
The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.SetIdentityMailFromDomainRequest
SetIdentityMailFromDomainRequest. withBehaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)
The action that you want Amazon SES to take if it cannot successfully read the required MX record when you send an email.
-