Uses of Class
com.amazonaws.services.simpleemail.model.BounceAction
-
Packages that use BounceAction Package Description com.amazonaws.services.simpleemail.model -
-
Uses of BounceAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BounceAction Modifier and Type Method 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.Methods in com.amazonaws.services.simpleemail.model with parameters of type BounceAction Modifier and Type Method 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).
-