Uses of Class
com.amazonaws.services.simpleemail.model.StopAction
Packages that use StopAction
-
Uses of StopAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return StopActionModifier and TypeMethodDescriptionStopAction.clone()
ReceiptAction.getStopAction()
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.The scope to which the Stop action applies.The scope to which the Stop action applies.StopAction.withTopicArn
(String topicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.Methods in com.amazonaws.services.simpleemail.model with parameters of type StopActionModifier and TypeMethodDescriptionvoid
ReceiptAction.setStopAction
(StopAction stopAction) Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.ReceiptAction.withStopAction
(StopAction stopAction) Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.