| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static StopAction.Builder |
StopAction.builder() |
StopAction.Builder |
StopAction.Builder.scope(StopScope scope)
The scope of the StopAction.
|
StopAction.Builder |
StopAction.Builder.scope(String scope)
The scope of the StopAction.
|
StopAction.Builder |
StopAction.toBuilder() |
StopAction.Builder |
StopAction.Builder.topicArn(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 |
|---|---|
static Class<? extends StopAction.Builder> |
StopAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReceiptAction.Builder |
ReceiptAction.Builder.stopAction(Consumer<StopAction.Builder> stopAction)
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
|
Copyright © 2022. All rights reserved.