Uses of Class
com.amazonaws.services.simpleemail.model.RecipientDsnFields
Packages that use RecipientDsnFields
-
Uses of RecipientDsnFields in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return RecipientDsnFieldsModifier and TypeMethodDescriptionRecipientDsnFields.clone()
BouncedRecipientInfo.getRecipientDsnFields()
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType
.RecipientDsnFields.withAction
(DsnAction action) The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address.RecipientDsnFields.withAction
(String action) The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address.RecipientDsnFields.withDiagnosticCode
(String diagnosticCode) An extended explanation of what went wrong; this is usually an SMTP response.RecipientDsnFields.withExtensionFields
(ExtensionField... extensionFields) Additional X-headers to include in the DSN.RecipientDsnFields.withExtensionFields
(Collection<ExtensionField> extensionFields) Additional X-headers to include in the DSN.RecipientDsnFields.withFinalRecipient
(String finalRecipient) The email address to which the message was ultimately delivered.RecipientDsnFields.withLastAttemptDate
(Date lastAttemptDate) The time the final delivery attempt was made, in RFC 822 date-time format.RecipientDsnFields.withRemoteMta
(String remoteMta) The MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
).RecipientDsnFields.withStatus
(String status) The status code that indicates what went wrong.Methods in com.amazonaws.services.simpleemail.model with parameters of type RecipientDsnFieldsModifier and TypeMethodDescriptionvoid
BouncedRecipientInfo.setRecipientDsnFields
(RecipientDsnFields recipientDsnFields) Recipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType
.BouncedRecipientInfo.withRecipientDsnFields
(RecipientDsnFields recipientDsnFields) Recipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType
.