| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.Builder.behaviorOnMXFailure(BehaviorOnMXFailure behaviorOnMXFailure)
The action that Amazon SES takes if it cannot successfully read the required MX record when you send an
email.
|
IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.Builder.behaviorOnMXFailure(String behaviorOnMXFailure)
The action that Amazon SES takes if it cannot successfully read the required MX record when you send an
email.
|
static IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.builder() |
IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.Builder.mailFromDomain(String mailFromDomain)
The custom MAIL FROM domain that the identity is configured to use.
|
IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.Builder.mailFromDomainStatus(CustomMailFromStatus mailFromDomainStatus)
The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM
domain setup.
|
IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.Builder.mailFromDomainStatus(String mailFromDomainStatus)
The state that indicates whether Amazon SES has successfully read the MX record required for custom MAIL FROM
domain setup.
|
IdentityMailFromDomainAttributes.Builder |
IdentityMailFromDomainAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IdentityMailFromDomainAttributes.Builder> |
IdentityMailFromDomainAttributes.serializableBuilderClass() |
Copyright © 2023. All rights reserved.