Uses of Class
software.amazon.awssdk.services.sesv2.model.EventDestination
-
Packages that use EventDestination Package Description software.amazon.awssdk.services.sesv2.model -
-
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 EventDestination Modifier and Type Method Description 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 EventDestination Modifier and Type Method Description GetConfigurationSetEventDestinationsResponse.Builder
GetConfigurationSetEventDestinationsResponse.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 EventDestination Modifier and Type Method Description GetConfigurationSetEventDestinationsResponse.Builder
GetConfigurationSetEventDestinationsResponse.Builder. eventDestinations(Collection<EventDestination> eventDestinations)
An array that includes all of the events destinations that have been configured for the configuration set.
-