Uses of Enum
com.amazonaws.services.simpleemail.model.CustomMailFromStatus
Packages that use CustomMailFromStatus
-
Uses of CustomMailFromStatus in com.amazonaws.services.simpleemail.model
Subclasses with type arguments of type CustomMailFromStatus in com.amazonaws.services.simpleemail.modelMethods in com.amazonaws.services.simpleemail.model that return CustomMailFromStatusModifier and TypeMethodDescriptionstatic CustomMailFromStatusUse this in place of valueOf.static CustomMailFromStatusReturns 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 TypeMethodDescriptionvoidIdentityMailFromDomainAttributes.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.