Uses of Class
software.amazon.awssdk.services.sesv2.model.InsightsEvent
Packages that use InsightsEvent
-
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 InsightsEventModifier and TypeMethodDescriptionfinal 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 InsightsEventModifier and TypeMethodDescriptionEmailInsights.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 InsightsEventModifier and TypeMethodDescriptionEmailInsights.Builder.events(Collection<InsightsEvent> events) A list of events associated with the sent email.