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 StopActionStopAction. clone()StopActionReceiptAction. getStopAction()Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.StopActionStopAction. withScope(StopScope scope)The scope to which the Stop action applies.StopActionStopAction. withScope(String scope)The scope to which the Stop action applies.StopActionStopAction. 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 voidReceiptAction. setStopAction(StopAction stopAction)Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.ReceiptActionReceiptAction. withStopAction(StopAction stopAction)Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
-