Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.EventDestinationDefinition
-
Packages that use EventDestinationDefinition Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of EventDestinationDefinition in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return EventDestinationDefinition Modifier and Type Method Description EventDestinationDefinitionCreateConfigurationSetEventDestinationRequest. eventDestination()Returns the value of the EventDestination property for this object.EventDestinationDefinitionUpdateConfigurationSetEventDestinationRequest. eventDestination()Returns the value of the EventDestination property for this object.Methods in software.amazon.awssdk.services.pinpointsmsvoice.model with parameters of type EventDestinationDefinition Modifier and Type Method Description CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestinationDefinition eventDestination)Sets the value of the EventDestination property for this object.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestinationDefinition eventDestination)Sets the value of the EventDestination property for this object.
-