Uses of Class
com.amazonaws.services.simpleemail.model.MessageDsn
Packages that use MessageDsn
-
Uses of MessageDsn in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return MessageDsnModifier and TypeMethodDescriptionMessageDsn.clone()
SendBounceRequest.getMessageDsn()
Message-related DSN fields.MessageDsn.withArrivalDate
(Date arrivalDate) When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.MessageDsn.withExtensionFields
(ExtensionField... extensionFields) Additional X-headers to include in the DSN.MessageDsn.withExtensionFields
(Collection<ExtensionField> extensionFields) Additional X-headers to include in the DSN.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 MessageDsnModifier and TypeMethodDescriptionvoid
SendBounceRequest.setMessageDsn
(MessageDsn messageDsn) Message-related DSN fields.SendBounceRequest.withMessageDsn
(MessageDsn messageDsn) Message-related DSN fields.