| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
EventDestinationDefinition |
EventDestinationDefinition.clone() |
EventDestinationDefinition |
UpdateConfigurationSetEventDestinationRequest.getEventDestination()
An object that defines the event destination.
|
EventDestinationDefinition |
CreateConfigurationSetEventDestinationRequest.getEventDestination()
An object that defines the event destination.
|
EventDestinationDefinition |
EventDestinationDefinition.withCloudWatchDestination(CloudWatchDestination cloudWatchDestination)
An object that defines an Amazon CloudWatch destination for email events.
|
EventDestinationDefinition |
EventDestinationDefinition.withEnabled(Boolean enabled)
If
true, the event destination is enabled. |
EventDestinationDefinition |
EventDestinationDefinition.withEventBridgeDestination(EventBridgeDestination eventBridgeDestination)
An object that defines an Amazon EventBridge destination for email events.
|
EventDestinationDefinition |
EventDestinationDefinition.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that defines an Amazon Kinesis Data Firehose destination for email events.
|
EventDestinationDefinition |
EventDestinationDefinition.withMatchingEventTypes(Collection<String> matchingEventTypes)
An array that specifies which events the Amazon SES API v2 should send to the destinations in this
EventDestinationDefinition. |
EventDestinationDefinition |
EventDestinationDefinition.withMatchingEventTypes(EventType... matchingEventTypes)
An array that specifies which events the Amazon SES API v2 should send to the destinations in this
EventDestinationDefinition. |
EventDestinationDefinition |
EventDestinationDefinition.withMatchingEventTypes(String... matchingEventTypes)
An array that specifies which events the Amazon SES API v2 should send to the destinations in this
EventDestinationDefinition. |
EventDestinationDefinition |
EventDestinationDefinition.withPinpointDestination(PinpointDestination pinpointDestination)
An object that defines an Amazon Pinpoint project destination for email events.
|
EventDestinationDefinition |
EventDestinationDefinition.withSnsDestination(SnsDestination snsDestination)
An object that defines an Amazon SNS destination for email events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConfigurationSetEventDestinationRequest.setEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
|
void |
CreateConfigurationSetEventDestinationRequest.setEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
|
UpdateConfigurationSetEventDestinationRequest |
UpdateConfigurationSetEventDestinationRequest.withEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
|
CreateConfigurationSetEventDestinationRequest |
CreateConfigurationSetEventDestinationRequest.withEventDestination(EventDestinationDefinition eventDestination)
An object that defines the event destination.
|
Copyright © 2024. All rights reserved.