| Package | Description |
|---|---|
| com.amazonaws.services.simpleemail.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.