Uses of Class
com.amazonaws.services.simpleemail.model.BounceAction
Packages that use BounceAction
-
Uses of BounceAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return BounceActionModifier and TypeMethodDescriptionBounceAction.clone()
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.withMessage
(String message) Human-readable text to include in the bounce message.BounceAction.withSender
(String sender) The email address of the sender of the bounced email.BounceAction.withSmtpReplyCode
(String smtpReplyCode) The SMTP reply code, as defined by RFC 5321.BounceAction.withStatusCode
(String statusCode) The SMTP enhanced status code, as defined by RFC 3463.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 BounceActionModifier and TypeMethodDescriptionvoid
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.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).