Uses of Enum
software.amazon.awssdk.services.ses.model.BehaviorOnMXFailure
Packages that use BehaviorOnMXFailure
-
Uses of BehaviorOnMXFailure in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BehaviorOnMXFailureModifier and TypeMethodDescriptionfinal BehaviorOnMXFailureIdentityMailFromDomainAttributes.behaviorOnMXFailure()The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.final BehaviorOnMXFailureSetIdentityMailFromDomainRequest.behaviorOnMXFailure()The action for Amazon SES to take if it cannot successfully read the required MX record when you send an email.static BehaviorOnMXFailureUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ses.model that return types with arguments of type BehaviorOnMXFailureModifier and TypeMethodDescriptionstatic Set<BehaviorOnMXFailure>BehaviorOnMXFailure.knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type BehaviorOnMXFailureModifier and TypeMethodDescriptionIdentityMailFromDomainAttributes.Builder.behaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure) The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.SetIdentityMailFromDomainRequest.Builder.behaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure) The action for Amazon SES to take if it cannot successfully read the required MX record when you send an email.