Uses of Enum
com.amazonaws.services.simpleemail.model.BehaviorOnMXFailure
Packages that use BehaviorOnMXFailure
-
Uses of BehaviorOnMXFailure in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BehaviorOnMXFailureModifier and TypeMethodDescriptionstatic BehaviorOnMXFailure
Use this in place of valueOf.static BehaviorOnMXFailure
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 BehaviorOnMXFailureModifier and TypeMethodDescriptionvoid
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.withBehaviorOnMXFailure
(BehaviorOnMXFailure behaviorOnMXFailure) The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.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.