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 BounceActionBounceAction. clone()BounceActionReceiptAction. 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).BounceActionBounceAction. withMessage(String message)Human-readable text to include in the bounce message.BounceActionBounceAction. withSender(String sender)The email address of the sender of the bounced email.BounceActionBounceAction. withSmtpReplyCode(String smtpReplyCode)The SMTP reply code, as defined by RFC 5321.BounceActionBounceAction. withStatusCode(String statusCode)The SMTP enhanced status code, as defined by RFC 3463.BounceActionBounceAction. 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 voidReceiptAction. 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).ReceiptActionReceiptAction. 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).
-