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 BehaviorOnMXFailureBehaviorOnMXFailure. fromValue(String value)Use this in place of valueOf.static BehaviorOnMXFailureBehaviorOnMXFailure. 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 voidIdentityMailFromDomainAttributes. setBehaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.voidSetIdentityMailFromDomainRequest. 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.IdentityMailFromDomainAttributesIdentityMailFromDomainAttributes. withBehaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.SetIdentityMailFromDomainRequestSetIdentityMailFromDomainRequest. 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.
-