Uses of Class
software.amazon.awssdk.services.ses.model.BehaviorOnMXFailure
-
Packages that use BehaviorOnMXFailure Package Description software.amazon.awssdk.services.ses.model -
-
Uses of BehaviorOnMXFailure in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BehaviorOnMXFailure Modifier and Type Method Description BehaviorOnMXFailureIdentityMailFromDomainAttributes. behaviorOnMXFailure()The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.BehaviorOnMXFailureSetIdentityMailFromDomainRequest. behaviorOnMXFailure()The action for Amazon SES to take if it cannot successfully read the required MX record when you send an email.static BehaviorOnMXFailureBehaviorOnMXFailure. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.ses.model that return types with arguments of type BehaviorOnMXFailure Modifier and Type Method Description static Set<BehaviorOnMXFailure>BehaviorOnMXFailure. knownValues()Methods in software.amazon.awssdk.services.ses.model with parameters of type BehaviorOnMXFailure Modifier and Type Method Description IdentityMailFromDomainAttributes.BuilderIdentityMailFromDomainAttributes.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.BuilderSetIdentityMailFromDomainRequest.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.
-