| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
Classes modeling the various types represented by AmazonSimpleEmailService.
|
| Modifier and Type | Method and Description |
|---|---|
BounceAction |
BounceAction.clone() |
BounceAction |
ReceiptAction.getBounceAction()
Rejects the received email by returning a bounce response to the
sender and, optionally, publishes a notification to Amazon Simple
Notification Service (Amazon SNS).
|
BounceAction |
BounceAction.withMessage(String message)
Human-readable text to include in the bounce message.
|
BounceAction |
BounceAction.withSender(String sender)
The email address of the sender of the bounced email.
|
BounceAction |
BounceAction.withSmtpReplyCode(String smtpReplyCode)
The SMTP reply code, as defined by RFC 5321.
|
BounceAction |
BounceAction.withStatusCode(String statusCode)
The SMTP enhanced status code, as defined by RFC 3463.
|
BounceAction |
BounceAction.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when
the bounce action is taken.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReceiptAction.setBounceAction(BounceAction bounceAction)
Rejects the received email by returning a bounce response to the
sender and, optionally, publishes a notification to Amazon Simple
Notification Service (Amazon SNS).
|
ReceiptAction |
ReceiptAction.withBounceAction(BounceAction bounceAction)
Rejects the received email by returning a bounce response to the
sender and, optionally, publishes a notification to Amazon Simple
Notification Service (Amazon SNS).
|
Copyright © 2015. All rights reserved.