| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SnsDestination |
SnsDestination.clone() |
SnsDestination |
EventDestination.getSnsDestination()
An object that defines an Amazon SNS destination for email events.
|
SnsDestination |
EventDestinationDefinition.getSnsDestination()
An object that defines an Amazon SNS destination for email events.
|
SnsDestination |
SnsDestination.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic that you want to publish email events to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDestination.setSnsDestination(SnsDestination snsDestination)
An object that defines an Amazon SNS destination for email events.
|
void |
EventDestinationDefinition.setSnsDestination(SnsDestination snsDestination)
An object that defines an Amazon SNS destination for email events.
|
EventDestination |
EventDestination.withSnsDestination(SnsDestination snsDestination)
An object that defines an Amazon SNS destination for email events.
|
EventDestinationDefinition |
EventDestinationDefinition.withSnsDestination(SnsDestination snsDestination)
An object that defines an Amazon SNS destination for email events.
|
Copyright © 2021. All rights reserved.