Uses of Interface
software.amazon.awssdk.services.sesv2.model.EmailInsights.Builder
-
Packages that use EmailInsights.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of EmailInsights.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return EmailInsights.Builder Modifier and Type Method Description static EmailInsights.BuilderEmailInsights. builder()EmailInsights.BuilderEmailInsights.Builder. destination(String destination)The recipient of the email.EmailInsights.BuilderEmailInsights.Builder. events(Collection<InsightsEvent> events)A list of events associated with the sent email.EmailInsights.BuilderEmailInsights.Builder. events(Consumer<InsightsEvent.Builder>... events)A list of events associated with the sent email.EmailInsights.BuilderEmailInsights.Builder. events(InsightsEvent... events)A list of events associated with the sent email.EmailInsights.BuilderEmailInsights.Builder. isp(String isp)The recipient's ISP (e.g.,Gmail,Yahoo, etc.).EmailInsights.BuilderEmailInsights. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type EmailInsights.Builder Modifier and Type Method Description static Class<? extends EmailInsights.Builder>EmailInsights. serializableBuilderClass()
-