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