| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static SNSAction.Builder |
SNSAction.builder() |
SNSAction.Builder |
SNSAction.Builder.encoding(SNSActionEncoding encoding)
The encoding to use for the email within the Amazon SNS notification.
|
SNSAction.Builder |
SNSAction.Builder.encoding(String encoding)
The encoding to use for the email within the Amazon SNS notification.
|
SNSAction.Builder |
SNSAction.toBuilder() |
SNSAction.Builder |
SNSAction.Builder.topicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SNSAction.Builder> |
SNSAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReceiptAction.Builder |
ReceiptAction.Builder.snsAction(Consumer<SNSAction.Builder> snsAction)
Publishes the email content within a notification to Amazon SNS.
|
Copyright © 2023. All rights reserved.