Uses of Class
software.amazon.awssdk.services.ses.model.BounceAction
-
Packages that use BounceAction Package Description software.amazon.awssdk.services.ses.model -
-
Uses of BounceAction in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return BounceAction Modifier and Type Method Description BounceActionReceiptAction. 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).Methods in software.amazon.awssdk.services.ses.model with parameters of type BounceAction Modifier and Type Method Description ReceiptAction.BuilderReceiptAction.Builder. bounceAction(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).
-