| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
EventDestination |
EventDestination.clone() |
EventDestination |
EventDestination.withCloudWatchDestination(CloudWatchDestination cloudWatchDestination)
An object that defines an Amazon CloudWatch destination for email events.
|
EventDestination |
EventDestination.withEnabled(Boolean enabled)
If
true, the event destination is enabled. |
EventDestination |
EventDestination.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that defines an Amazon Kinesis Data Firehose destination for email events.
|
EventDestination |
EventDestination.withMatchingEventTypes(Collection<String> matchingEventTypes)
The types of events that Amazon Pinpoint sends to the specified event destinations.
|
EventDestination |
EventDestination.withMatchingEventTypes(EventType... matchingEventTypes)
The types of events that Amazon Pinpoint sends to the specified event destinations.
|
EventDestination |
EventDestination.withMatchingEventTypes(String... matchingEventTypes)
The types of events that Amazon Pinpoint sends to the specified event destinations.
|
EventDestination |
EventDestination.withName(String name)
A name that identifies the event destination.
|
EventDestination |
EventDestination.withPinpointDestination(PinpointDestination pinpointDestination)
An object that defines a Amazon Pinpoint destination for email events.
|
EventDestination |
EventDestination.withSnsDestination(SnsDestination snsDestination)
An object that defines an Amazon SNS destination for email events.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventDestination> |
GetConfigurationSetEventDestinationsResult.getEventDestinations()
An array that includes all of the events destinations that have been configured for the configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationSetEventDestinationsResult |
GetConfigurationSetEventDestinationsResult.withEventDestinations(EventDestination... eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConfigurationSetEventDestinationsResult.setEventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
GetConfigurationSetEventDestinationsResult |
GetConfigurationSetEventDestinationsResult.withEventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
|
Copyright © 2020. All rights reserved.