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 IdentityMailFromDomainAttributesIdentityMailFromDomainAttributes. clone()IdentityMailFromDomainAttributesIdentityMailFromDomainAttributes. withBehaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.IdentityMailFromDomainAttributesIdentityMailFromDomainAttributes. withBehaviorOnMXFailure(String behaviorOnMXFailure)The action that Amazon SES takes if it cannot successfully read the required MX record when you send an email.IdentityMailFromDomainAttributesIdentityMailFromDomainAttributes. withMailFromDomain(String mailFromDomain)The custom MAIL FROM domain that the identity is configured to use.IdentityMailFromDomainAttributesIdentityMailFromDomainAttributes. withMailFromDomainStatus(CustomMailFromStatus mailFromDomainStatus)The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM domain setup.IdentityMailFromDomainAttributesIdentityMailFromDomainAttributes. 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 GetIdentityMailFromDomainAttributesResultGetIdentityMailFromDomainAttributesResult. addMailFromDomainAttributesEntry(String key, IdentityMailFromDomainAttributes value)Method parameters in com.amazonaws.services.simpleemail.model with type arguments of type IdentityMailFromDomainAttributes Modifier and Type Method Description voidGetIdentityMailFromDomainAttributesResult. setMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)A map of identities to custom MAIL FROM attributes.GetIdentityMailFromDomainAttributesResultGetIdentityMailFromDomainAttributesResult. withMailFromDomainAttributes(Map<String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)A map of identities to custom MAIL FROM attributes.
-