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 BehaviorOnMXFailureUse this in place of valueOf.static BehaviorOnMXFailureReturns 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 TypeMethodDescriptionvoidIdentityMailFromDomainAttributes.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.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.