Uses of Class
com.amazonaws.services.simpleemail.model.MessageDsn
-
Packages that use MessageDsn Package Description com.amazonaws.services.simpleemail.model -
-
Uses of MessageDsn in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return MessageDsn Modifier and Type Method 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(ExtensionField... extensionFields)
Additional X-headers to include in the DSN.MessageDsn
MessageDsn. withExtensionFields(Collection<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
).Methods in com.amazonaws.services.simpleemail.model with parameters of type MessageDsn Modifier and Type Method Description void
SendBounceRequest. setMessageDsn(MessageDsn messageDsn)
Message-related DSN fields.SendBounceRequest
SendBounceRequest. withMessageDsn(MessageDsn messageDsn)
Message-related DSN fields.
-