Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.EventDestination
-
Packages that use EventDestination Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of EventDestination in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return EventDestination Modifier and Type Method Description EventDestinationCreateEventDestinationResponse. eventDestination()The details of the destination where events are logged.EventDestinationDeleteEventDestinationResponse. eventDestination()The event destination object that was deleted.EventDestinationUpdateEventDestinationResponse. eventDestination()An EventDestination object containing the details of where events will be logged.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type EventDestination Modifier and Type Method 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.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type EventDestination Modifier and Type Method Description CreateEventDestinationResponse.BuilderCreateEventDestinationResponse.Builder. eventDestination(EventDestination eventDestination)The details of the destination where events are logged.DeleteEventDestinationResponse.BuilderDeleteEventDestinationResponse.Builder. eventDestination(EventDestination eventDestination)The event destination object that was deleted.UpdateEventDestinationResponse.BuilderUpdateEventDestinationResponse.Builder. eventDestination(EventDestination eventDestination)An EventDestination object containing the details of where events will be logged.ConfigurationSetInformation.BuilderConfigurationSetInformation.Builder. eventDestinations(EventDestination... eventDestinations)An array of EventDestination objects that describe any events to log and where to log them.DeleteConfigurationSetResponse.BuilderDeleteConfigurationSetResponse.Builder. eventDestinations(EventDestination... eventDestinations)An array of any EventDestination objects that were associated with the deleted configuration set.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type EventDestination Modifier and Type Method Description ConfigurationSetInformation.BuilderConfigurationSetInformation.Builder. eventDestinations(Collection<EventDestination> eventDestinations)An array of EventDestination objects that describe any events to log and where to log them.DeleteConfigurationSetResponse.BuilderDeleteConfigurationSetResponse.Builder. eventDestinations(Collection<EventDestination> eventDestinations)An array of any EventDestination objects that were associated with the deleted configuration set.
-