Uses of Enum
software.amazon.awssdk.services.sesv2.model.BehaviorOnMxFailure
Packages that use BehaviorOnMxFailure
-
Uses of BehaviorOnMxFailure in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return BehaviorOnMxFailureModifier and TypeMethodDescriptionfinal BehaviorOnMxFailureMailFromAttributes.behaviorOnMxFailure()The action to take if the required MX record can't be found when you send an email.final BehaviorOnMxFailurePutEmailIdentityMailFromAttributesRequest.behaviorOnMxFailure()The action to take if the required MX record isn't found 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.sesv2.model that return types with arguments of type BehaviorOnMxFailureModifier and TypeMethodDescriptionstatic Set<BehaviorOnMxFailure>BehaviorOnMxFailure.knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type BehaviorOnMxFailureModifier and TypeMethodDescriptionMailFromAttributes.Builder.behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure) The action to take if the required MX record can't be found when you send an email.PutEmailIdentityMailFromAttributesRequest.Builder.behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure) The action to take if the required MX record isn't found when you send an email.