Uses of Class
com.amazonaws.services.simpleemail.model.IdentityMailFromDomainAttributes
Packages that use IdentityMailFromDomainAttributes
-
Uses of IdentityMailFromDomainAttributes in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return IdentityMailFromDomainAttributesModifier and TypeMethodDescriptionIdentityMailFromDomainAttributes.clone()
IdentityMailFromDomainAttributes.withBehaviorOnMXFailure
(BehaviorOnMXFailure behaviorOnMXFailure) The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.IdentityMailFromDomainAttributes.withBehaviorOnMXFailure
(String behaviorOnMXFailure) The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.IdentityMailFromDomainAttributes.withMailFromDomain
(String mailFromDomain) The custom MAIL FROM domain that the identity is configured to use.IdentityMailFromDomainAttributes.withMailFromDomainStatus
(CustomMailFromStatus mailFromDomainStatus) The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.IdentityMailFromDomainAttributes.withMailFromDomainStatus
(String mailFromDomainStatus) The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.Methods in com.amazonaws.services.simpleemail.model that return types with arguments of type IdentityMailFromDomainAttributesModifier and TypeMethodDescriptionGetIdentityMailFromDomainAttributesResult.getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.Methods in com.amazonaws.services.simpleemail.model with parameters of type IdentityMailFromDomainAttributesModifier and TypeMethodDescriptionGetIdentityMailFromDomainAttributesResult.addMailFromDomainAttributesEntry
(String key, IdentityMailFromDomainAttributes value) Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type IdentityMailFromDomainAttributesModifier and TypeMethodDescriptionvoid
GetIdentityMailFromDomainAttributesResult.setMailFromDomainAttributes
(Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes) A map of identities to custom MAIL FROM attributes.GetIdentityMailFromDomainAttributesResult.withMailFromDomainAttributes
(Map<String, IdentityMailFromDomainAttributes> mailFromDomainAttributes) A map of identities to custom MAIL FROM attributes.