| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
EventDestination |
EventDestination.clone() |
EventDestination |
DeleteEventDestinationResult.getEventDestination()
The event destination object that was deleted.
|
EventDestination |
CreateEventDestinationResult.getEventDestination()
The details of the destination where events are logged.
|
EventDestination |
UpdateEventDestinationResult.getEventDestination()
An EventDestination object containing the details of where events will be logged.
|
EventDestination |
EventDestination.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends logging events to Amazon CloudWatch
logs.
|
EventDestination |
EventDestination.withEnabled(Boolean enabled)
When set to true events will be logged.
|
EventDestination |
EventDestination.withEventDestinationName(String eventDestinationName)
The name of the EventDestination.
|
EventDestination |
EventDestination.withKinesisFirehoseDestination(KinesisFirehoseDestination kinesisFirehoseDestination)
An object that contains information about an event destination for logging to Amazon Kinesis Data Firehose.
|
EventDestination |
EventDestination.withMatchingEventTypes(Collection<String> matchingEventTypes)
An array of event types that determine which events to log.
|
EventDestination |
EventDestination.withMatchingEventTypes(EventType... matchingEventTypes)
An array of event types that determine which events to log.
|
EventDestination |
EventDestination.withMatchingEventTypes(String... matchingEventTypes)
An array of event types that determine which events to log.
|
EventDestination |
EventDestination.withSnsDestination(SnsDestination snsDestination)
An object that contains information about an event destination that sends logging events to Amazon SNS.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventDestination> |
ConfigurationSetInformation.getEventDestinations()
An array of EventDestination objects that describe any events to log and where to log them.
|
List<EventDestination> |
DeleteConfigurationSetResult.getEventDestinations()
An array of any EventDestination objects that were associated with the deleted configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteEventDestinationResult.setEventDestination(EventDestination eventDestination)
The event destination object that was deleted.
|
void |
CreateEventDestinationResult.setEventDestination(EventDestination eventDestination)
The details of the destination where events are logged.
|
void |
UpdateEventDestinationResult.setEventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
|
DeleteEventDestinationResult |
DeleteEventDestinationResult.withEventDestination(EventDestination eventDestination)
The event destination object that was deleted.
|
CreateEventDestinationResult |
CreateEventDestinationResult.withEventDestination(EventDestination eventDestination)
The details of the destination where events are logged.
|
UpdateEventDestinationResult |
UpdateEventDestinationResult.withEventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withEventDestinations(EventDestination... eventDestinations)
An array of EventDestination objects that describe any events to log and where to log them.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withEventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationSetInformation.setEventDestinations(Collection<EventDestination> eventDestinations)
An array of EventDestination objects that describe any events to log and where to log them.
|
void |
DeleteConfigurationSetResult.setEventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
ConfigurationSetInformation |
ConfigurationSetInformation.withEventDestinations(Collection<EventDestination> eventDestinations)
An array of EventDestination objects that describe any events to log and where to log them.
|
DeleteConfigurationSetResult |
DeleteConfigurationSetResult.withEventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
Copyright © 2024. All rights reserved.