Uses of Class
software.amazon.awssdk.services.pinpointemail.model.EventDestinationDefinition
-
Packages that use EventDestinationDefinition Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of EventDestinationDefinition in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return EventDestinationDefinition Modifier and Type Method Description EventDestinationDefinitionCreateConfigurationSetEventDestinationRequest. eventDestination()An object that defines the event destination.EventDestinationDefinitionUpdateConfigurationSetEventDestinationRequest. eventDestination()An object that defines the event destination.Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type EventDestinationDefinition Modifier and Type Method Description CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestinationDefinition eventDestination)An object that defines the event destination.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestinationDefinition eventDestination)An object that defines the event destination.
-