| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
EventDestination |
CreateEventDestinationResponse.eventDestination()
The details of the destination where events are logged.
|
EventDestination |
UpdateEventDestinationResponse.eventDestination()
An EventDestination object containing the details of where events will be logged.
|
EventDestination |
DeleteEventDestinationResponse.eventDestination()
The event destination object that was deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventDestination> |
ConfigurationSetInformation.eventDestinations()
An array of EventDestination objects that describe any events to log and where to log them.
|
List<EventDestination> |
DeleteConfigurationSetResponse.eventDestinations()
An array of any EventDestination objects that were associated with the deleted configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEventDestinationResponse.Builder |
CreateEventDestinationResponse.Builder.eventDestination(EventDestination eventDestination)
The details of the destination where events are logged.
|
UpdateEventDestinationResponse.Builder |
UpdateEventDestinationResponse.Builder.eventDestination(EventDestination eventDestination)
An EventDestination object containing the details of where events will be logged.
|
DeleteEventDestinationResponse.Builder |
DeleteEventDestinationResponse.Builder.eventDestination(EventDestination eventDestination)
The event destination object that was deleted.
|
ConfigurationSetInformation.Builder |
ConfigurationSetInformation.Builder.eventDestinations(EventDestination... eventDestinations)
An array of EventDestination objects that describe any events to log and where to log them.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.eventDestinations(EventDestination... eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSetInformation.Builder |
ConfigurationSetInformation.Builder.eventDestinations(Collection<EventDestination> eventDestinations)
An array of EventDestination objects that describe any events to log and where to log them.
|
DeleteConfigurationSetResponse.Builder |
DeleteConfigurationSetResponse.Builder.eventDestinations(Collection<EventDestination> eventDestinations)
An array of any EventDestination objects that were associated with the deleted configuration set.
|
Copyright © 2023. All rights reserved.