Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailInsights
Packages that use EmailInsights
-
Uses of EmailInsights in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EmailInsightsModifier and TypeMethodDescriptionfinal List<EmailInsights>GetMessageInsightsResponse.insights()A set of insights associated with the message.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EmailInsightsModifier and TypeMethodDescriptionGetMessageInsightsResponse.Builder.insights(EmailInsights... insights) A set of insights associated with the message.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type EmailInsightsModifier and TypeMethodDescriptionGetMessageInsightsResponse.Builder.insights(Collection<EmailInsights> insights) A set of insights associated with the message.