Uses of Enum
com.amazonaws.services.simpleemail.model.CustomMailFromStatus
Packages that use CustomMailFromStatus
-
Uses of CustomMailFromStatus in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return CustomMailFromStatusModifier and TypeMethodDescriptionstatic CustomMailFromStatus
Use this in place of valueOf.static CustomMailFromStatus
Returns the enum constant of this type with the specified name.static CustomMailFromStatus[]
CustomMailFromStatus.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 CustomMailFromStatusModifier and TypeMethodDescriptionvoid
IdentityMailFromDomainAttributes.setMailFromDomainStatus
(CustomMailFromStatus mailFromDomainStatus) The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.IdentityMailFromDomainAttributes.withMailFromDomainStatus
(CustomMailFromStatus mailFromDomainStatus) The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.