Uses of Class
software.amazon.awssdk.services.sesv2.model.EventDestination
Packages that use EventDestination
-
Uses of EventDestination in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EventDestinationModifier and TypeMethodDescriptionfinal List<EventDestination>GetConfigurationSetEventDestinationsResponse.eventDestinations()An array that includes all of the events destinations that have been configured for the configuration set.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EventDestinationModifier and TypeMethodDescriptionGetConfigurationSetEventDestinationsResponse.Builder.eventDestinations(EventDestination... eventDestinations) An array that includes all of the events destinations that have been configured for the configuration set.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EventDestinationModifier and TypeMethodDescriptionGetConfigurationSetEventDestinationsResponse.Builder.eventDestinations(Collection<EventDestination> eventDestinations) An array that includes all of the events destinations that have been configured for the configuration set.