Uses of Class
software.amazon.awssdk.services.sesv2.model.InsightsEvent
-
Packages that use InsightsEvent Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of InsightsEvent in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type InsightsEvent Modifier and Type Method Description List<InsightsEvent>EmailInsights. events()A list of events associated with the sent email.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type InsightsEvent Modifier and Type Method Description EmailInsights.BuilderEmailInsights.Builder. events(InsightsEvent... events)A list of events associated with the sent email.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type InsightsEvent Modifier and Type Method Description EmailInsights.BuilderEmailInsights.Builder. events(Collection<InsightsEvent> events)A list of events associated with the sent email.
-