Uses of Class
com.amazonaws.services.simpleemail.model.StopAction
-
Packages that use StopAction Package Description com.amazonaws.services.simpleemail.model -
-
Uses of StopAction in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return StopAction Modifier and Type Method Description StopAction
StopAction. clone()
StopAction
ReceiptAction. getStopAction()
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.StopAction
StopAction. withScope(StopScope scope)
The scope to which the Stop action applies.StopAction
StopAction. withScope(String scope)
The scope to which the Stop action applies.StopAction
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 StopAction Modifier and Type Method Description void
ReceiptAction. setStopAction(StopAction stopAction)
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.ReceiptAction
ReceiptAction. withStopAction(StopAction stopAction)
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
-