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