Uses of Class
software.amazon.awssdk.services.sesv2.model.EmailInsights
-
Packages that use EmailInsights Package Description software.amazon.awssdk.services.sesv2.model -
-
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 EmailInsights Modifier and Type Method Description List<EmailInsights>GetMessageInsightsResponse. insights()A set of insights associated with the message.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type EmailInsights Modifier and Type Method Description GetMessageInsightsResponse.BuilderGetMessageInsightsResponse.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 EmailInsights Modifier and Type Method Description GetMessageInsightsResponse.BuilderGetMessageInsightsResponse.Builder. insights(Collection<EmailInsights> insights)A set of insights associated with the message.
-