Uses of Class
software.amazon.awssdk.services.ses.model.EventDestination
-
Packages that use EventDestination Package Description software.amazon.awssdk.services.ses.model -
-
Uses of EventDestination in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return EventDestination Modifier and Type Method Description EventDestinationCreateConfigurationSetEventDestinationRequest. eventDestination()An object that describes the Amazon Web Services service that email sending event where information is published.EventDestinationUpdateConfigurationSetEventDestinationRequest. eventDestination()The event destination object.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type EventDestination Modifier and Type Method Description 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 EventDestination Modifier and Type Method Description CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestination eventDestination)An object that describes the Amazon Web Services service that email sending event where information is published.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestination eventDestination)The event destination object.DescribeConfigurationSetResponse.BuilderDescribeConfigurationSetResponse.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 EventDestination Modifier and Type Method Description DescribeConfigurationSetResponse.BuilderDescribeConfigurationSetResponse.Builder. eventDestinations(Collection<EventDestination> eventDestinations)A list of event destinations associated with the configuration set.
-