| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static SNSDestination.Builder |
SNSDestination.builder() |
SNSDestination.Builder |
SNSDestination.toBuilder() |
SNSDestination.Builder |
SNSDestination.Builder.topicARN(String topicARN)
The ARN of the Amazon SNS topic for email sending events.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SNSDestination.Builder> |
SNSDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EventDestination.Builder |
EventDestination.Builder.snsDestination(Consumer<SNSDestination.Builder> snsDestination)
An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS)
event destination.
|
Copyright © 2023. All rights reserved.