| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoice.model |
| Modifier and Type | Method and Description |
|---|---|
EventDestinationDefinition |
EventDestinationDefinition.clone() |
EventDestinationDefinition |
CreateConfigurationSetEventDestinationRequest.getEventDestination() |
EventDestinationDefinition |
UpdateConfigurationSetEventDestinationRequest.getEventDestination() |
EventDestinationDefinition |
EventDestinationDefinition.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination) |
EventDestinationDefinition |
EventDestinationDefinition.withEnabled(Boolean enabled)
Indicates whether or not the event destination is enabled.
|
EventDestinationDefinition |
EventDestinationDefinition.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination) |
EventDestinationDefinition |
EventDestinationDefinition.withMatchingEventTypes(Collection<String> matchingEventTypes) |
EventDestinationDefinition |
EventDestinationDefinition.withMatchingEventTypes(EventType... matchingEventTypes) |
EventDestinationDefinition |
EventDestinationDefinition.withMatchingEventTypes(String... matchingEventTypes)
NOTE: This method appends the values to the existing list (if any).
|
EventDestinationDefinition |
EventDestinationDefinition.withSnsDestination(SnsDestination snsDestination) |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateConfigurationSetEventDestinationRequest.setEventDestination(EventDestinationDefinition eventDestination) |
void |
UpdateConfigurationSetEventDestinationRequest.setEventDestination(EventDestinationDefinition eventDestination) |
CreateConfigurationSetEventDestinationRequest |
CreateConfigurationSetEventDestinationRequest.withEventDestination(EventDestinationDefinition eventDestination) |
UpdateConfigurationSetEventDestinationRequest |
UpdateConfigurationSetEventDestinationRequest.withEventDestination(EventDestinationDefinition eventDestination) |
Copyright © 2021. All rights reserved.