| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
EventDestination |
EventDestination.clone() |
EventDestination |
EventDestination.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination) |
EventDestination |
EventDestination.withEnabled(Boolean enabled)
Indicates whether or not the event destination is enabled.
|
EventDestination |
EventDestination.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) |
EventDestination |
EventDestination.withMatchingEventTypes(Collection<String> matchingEventTypes) |
EventDestination |
EventDestination.withMatchingEventTypes(EventType... matchingEventTypes) |
EventDestination |
EventDestination.withMatchingEventTypes(String... matchingEventTypes)
NOTE: This method appends the values to the existing list (if any).
|
EventDestination |
EventDestination.withName(String name)
A name that identifies the event destination configuration.
|
EventDestination |
EventDestination.withSnsDestination(SnsDestination snsDestination) |
| Modifier and Type | Method and Description |
|---|---|
List<EventDestination> |
GetConfigurationSetEventDestinationsResult.getEventDestinations() |
| Modifier and Type | Method and Description |
|---|---|
GetConfigurationSetEventDestinationsResult |
GetConfigurationSetEventDestinationsResult.withEventDestinations(EventDestination... eventDestinations)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConfigurationSetEventDestinationsResult.setEventDestinations(Collection<EventDestination> eventDestinations) |
GetConfigurationSetEventDestinationsResult |
GetConfigurationSetEventDestinationsResult.withEventDestinations(Collection<EventDestination> eventDestinations) |
Copyright © 2024. All rights reserved.