Uses of Class
com.amazonaws.services.simpleemail.model.IdentityMailFromDomainAttributes
-
Packages that use IdentityMailFromDomainAttributes Package Description com.amazonaws.services.simpleemail.model -
-
Uses of IdentityMailFromDomainAttributes in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return IdentityMailFromDomainAttributes Modifier and Type Method Description IdentityMailFromDomainAttributes
IdentityMailFromDomainAttributes. clone()
IdentityMailFromDomainAttributes
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
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
IdentityMailFromDomainAttributes. withMailFromDomain(String mailFromDomain)
The custom MAIL FROM domain that the identity is configured to use.IdentityMailFromDomainAttributes
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
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 IdentityMailFromDomainAttributes Modifier and Type Method Description Map<String,IdentityMailFromDomainAttributes>
GetIdentityMailFromDomainAttributesResult. getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.Methods in com.amazonaws.services.simpleemail.model with parameters of type IdentityMailFromDomainAttributes Modifier and Type Method Description GetIdentityMailFromDomainAttributesResult
GetIdentityMailFromDomainAttributesResult. addMailFromDomainAttributesEntry(String key, IdentityMailFromDomainAttributes value)
Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type IdentityMailFromDomainAttributes Modifier and Type Method Description void
GetIdentityMailFromDomainAttributesResult. setMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.GetIdentityMailFromDomainAttributesResult
GetIdentityMailFromDomainAttributesResult. withMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
-