Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.EventDestination
-
Packages that use EventDestination Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of EventDestination in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type EventDestination Modifier and Type Method Description List<EventDestination>GetConfigurationSetEventDestinationsResponse. eventDestinations()Returns the value of the EventDestinations property for this object.Methods in software.amazon.awssdk.services.pinpointsmsvoice.model with parameters of type EventDestination Modifier and Type Method Description GetConfigurationSetEventDestinationsResponse.BuilderGetConfigurationSetEventDestinationsResponse.Builder. eventDestinations(EventDestination... eventDestinations)Sets the value of the EventDestinations property for this object.Method parameters in software.amazon.awssdk.services.pinpointsmsvoice.model with type arguments of type EventDestination Modifier and Type Method Description GetConfigurationSetEventDestinationsResponse.BuilderGetConfigurationSetEventDestinationsResponse.Builder. eventDestinations(Collection<EventDestination> eventDestinations)Sets the value of the EventDestinations property for this object.
-