Package | Description |
---|---|
com.amazonaws.services.simpleemail.model | |
com.amazonaws.services.simpleemail.model.transform |
Modifier and Type | Field and Description |
---|---|
private RecipientDsnFields |
BouncedRecipientInfo.recipientDsnFields
Recipient-related DSN fields, most of which would normally be filled in
automatically when provided with a
BounceType . |
Modifier and Type | Method and Description |
---|---|
RecipientDsnFields |
RecipientDsnFields.clone() |
RecipientDsnFields |
BouncedRecipientInfo.getRecipientDsnFields()
Recipient-related DSN fields, most of which would normally be filled in
automatically when provided with a
BounceType . |
RecipientDsnFields |
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 |
RecipientDsnFields.withAction(java.lang.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 |
RecipientDsnFields.withDiagnosticCode(java.lang.String diagnosticCode)
An extended explanation of what went wrong; this is usually an SMTP
response.
|
RecipientDsnFields |
RecipientDsnFields.withExtensionFields(java.util.Collection<ExtensionField> extensionFields)
Additional X-headers to include in the DSN.
|
RecipientDsnFields |
RecipientDsnFields.withExtensionFields(ExtensionField... extensionFields)
Additional X-headers to include in the DSN.
|
RecipientDsnFields |
RecipientDsnFields.withFinalRecipient(java.lang.String finalRecipient)
The email address to which the message was ultimately delivered.
|
RecipientDsnFields |
RecipientDsnFields.withLastAttemptDate(java.util.Date lastAttemptDate)
The time the final delivery attempt was made, in RFC 822 date-time format.
|
RecipientDsnFields |
RecipientDsnFields.withRemoteMta(java.lang.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 |
RecipientDsnFields.withStatus(java.lang.String status)
The status code that indicates what went wrong.
|
Modifier and Type | Method and Description |
---|---|
void |
BouncedRecipientInfo.setRecipientDsnFields(RecipientDsnFields recipientDsnFields)
Recipient-related DSN fields, most of which would normally be filled in
automatically when provided with a
BounceType . |
BouncedRecipientInfo |
BouncedRecipientInfo.withRecipientDsnFields(RecipientDsnFields recipientDsnFields)
Recipient-related DSN fields, most of which would normally be filled in
automatically when provided with a
BounceType . |
Modifier and Type | Method and Description |
---|---|
RecipientDsnFields |
RecipientDsnFieldsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |