| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
Classes modeling the various types represented by AmazonSimpleEmailService.
|
| Modifier and Type | Method and Description |
|---|---|
MessageDsn |
MessageDsn.clone() |
MessageDsn |
SendBounceRequest.getMessageDsn()
Message-related DSN fields.
|
MessageDsn |
MessageDsn.withArrivalDate(Date arrivalDate)
When the message was received by the reporting mail transfer agent
(MTA), in RFC 822
date-time format.
|
MessageDsn |
MessageDsn.withExtensionFields(Collection<ExtensionField> extensionFields)
Additional X-headers to include in the DSN.
|
MessageDsn |
MessageDsn.withExtensionFields(ExtensionField... extensionFields)
Additional X-headers to include in the DSN.
|
MessageDsn |
MessageDsn.withReportingMta(String reportingMta)
The reporting MTA that attempted to deliver the message, formatted as
specified in RFC
3464 (
mta-name-type; mta-name). |
| Modifier and Type | Method and Description |
|---|---|
void |
SendBounceRequest.setMessageDsn(MessageDsn messageDsn)
Message-related DSN fields.
|
SendBounceRequest |
SendBounceRequest.withMessageDsn(MessageDsn messageDsn)
Message-related DSN fields.
|
Copyright © 2015. All rights reserved.