Uses of Class
software.amazon.awssdk.services.sesv2.model.EventDestinationDefinition
-
Packages that use EventDestinationDefinition Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of EventDestinationDefinition in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.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.sesv2.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.
-