Uses of Class
software.amazon.awssdk.services.ses.model.EventDestination
Packages that use EventDestination
-
Uses of EventDestination in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return EventDestinationModifier and TypeMethodDescriptionfinal EventDestinationCreateConfigurationSetEventDestinationRequest.eventDestination()An object that describes the Amazon Web Services service that email sending event where information is published.final EventDestinationUpdateConfigurationSetEventDestinationRequest.eventDestination()The event destination object.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type EventDestinationModifier and TypeMethodDescriptionfinal List<EventDestination>DescribeConfigurationSetResponse.eventDestinations()A list of event destinations associated with the configuration set.Methods in software.amazon.awssdk.services.ses.model with parameters of type EventDestinationModifier and TypeMethodDescriptionCreateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestination eventDestination) An object that describes the Amazon Web Services service that email sending event where information is published.UpdateConfigurationSetEventDestinationRequest.Builder.eventDestination(EventDestination eventDestination) The event destination object.DescribeConfigurationSetResponse.Builder.eventDestinations(EventDestination... eventDestinations) A list of event destinations associated with the configuration set.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type EventDestinationModifier and TypeMethodDescriptionDescribeConfigurationSetResponse.Builder.eventDestinations(Collection<EventDestination> eventDestinations) A list of event destinations associated with the configuration set.