| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
MailFromAttributes |
MailFromAttributes.clone() |
MailFromAttributes |
GetEmailIdentityResult.getMailFromAttributes()
An object that contains information about the Mail-From attributes for the email identity.
|
MailFromAttributes |
MailFromAttributes.withBehaviorOnMxFailure(BehaviorOnMxFailure behaviorOnMxFailure)
The action to take if the required MX record can't be found when you send an email.
|
MailFromAttributes |
MailFromAttributes.withBehaviorOnMxFailure(String behaviorOnMxFailure)
The action to take if the required MX record can't be found when you send an email.
|
MailFromAttributes |
MailFromAttributes.withMailFromDomain(String mailFromDomain)
The name of a domain that an email identity uses as a custom MAIL FROM domain.
|
MailFromAttributes |
MailFromAttributes.withMailFromDomainStatus(MailFromDomainStatus mailFromDomainStatus)
The status of the MAIL FROM domain.
|
MailFromAttributes |
MailFromAttributes.withMailFromDomainStatus(String mailFromDomainStatus)
The status of the MAIL FROM domain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEmailIdentityResult.setMailFromAttributes(MailFromAttributes mailFromAttributes)
An object that contains information about the Mail-From attributes for the email identity.
|
GetEmailIdentityResult |
GetEmailIdentityResult.withMailFromAttributes(MailFromAttributes mailFromAttributes)
An object that contains information about the Mail-From attributes for the email identity.
|
Copyright © 2021. All rights reserved.