| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,IdentityMailFromDomainAttributes> |
GetIdentityMailFromDomainAttributesResult.getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.
|
| Modifier and Type | Method and Description |
|---|---|
GetIdentityMailFromDomainAttributesResult |
GetIdentityMailFromDomainAttributesResult.addMailFromDomainAttributesEntry(String key,
IdentityMailFromDomainAttributes value)
Add a single MailFromDomainAttributes entry
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.