Uses of Class
software.amazon.awssdk.services.pinpointemail.model.BehaviorOnMxFailure
-
Packages that use BehaviorOnMxFailure Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of BehaviorOnMxFailure in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return BehaviorOnMxFailure Modifier and Type Method Description BehaviorOnMxFailureMailFromAttributes. behaviorOnMxFailure()The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain.BehaviorOnMxFailurePutEmailIdentityMailFromAttributesRequest. behaviorOnMxFailure()The action that you want Amazon Pinpoint to take if it can't 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.pinpointemail.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.pinpointemail.model with parameters of type BehaviorOnMxFailure Modifier and Type Method Description MailFromAttributes.BuilderMailFromAttributes.Builder. behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain.PutEmailIdentityMailFromAttributesRequest.BuilderPutEmailIdentityMailFromAttributesRequest.Builder. behaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)The action that you want Amazon Pinpoint to take if it can't read the required MX record when you send an email.
-