Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalMap<java.lang.String,IdentityMailFromDomainAttributes> |
GetIdentityMailFromDomainAttributesResult.mailFromDomainAttributes
A map of identities to custom MAIL FROM attributes.
|
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(java.lang.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(java.lang.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(java.lang.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 |
---|---|
java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> |
GetIdentityMailFromDomainAttributesResult.getMailFromDomainAttributes()
A map of identities to custom MAIL FROM attributes.
|
Modifier and Type | Method and Description |
---|---|
GetIdentityMailFromDomainAttributesResult |
GetIdentityMailFromDomainAttributesResult.addMailFromDomainAttributesEntry(java.lang.String key,
IdentityMailFromDomainAttributes value) |
Modifier and Type | Method and Description |
---|---|
void |
GetIdentityMailFromDomainAttributesResult.setMailFromDomainAttributes(java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
|
GetIdentityMailFromDomainAttributesResult |
GetIdentityMailFromDomainAttributesResult.withMailFromDomainAttributes(java.util.Map<java.lang.String,IdentityMailFromDomainAttributes> mailFromDomainAttributes)
A map of identities to custom MAIL FROM attributes.
|
Modifier and Type | Method and Description |
---|---|
IdentityMailFromDomainAttributes |
IdentityMailFromDomainAttributesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<java.lang.String,IdentityMailFromDomainAttributes> |
GetIdentityMailFromDomainAttributesResultStaxUnmarshaller.MailFromDomainAttributesMapEntryUnmarshaller.unmarshall(StaxUnmarshallerContext context) |