Uses of Interface
software.amazon.awssdk.services.sesv2.model.InsightsEvent.Builder
-
Packages that use InsightsEvent.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of InsightsEvent.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return InsightsEvent.Builder Modifier and Type Method Description static InsightsEvent.BuilderInsightsEvent. builder()default InsightsEvent.BuilderInsightsEvent.Builder. details(Consumer<EventDetails.Builder> details)Details about bounce or complaint events.InsightsEvent.BuilderInsightsEvent.Builder. details(EventDetails details)Details about bounce or complaint events.InsightsEvent.BuilderInsightsEvent.Builder. timestamp(Instant timestamp)The timestamp of the event.InsightsEvent.BuilderInsightsEvent. toBuilder()InsightsEvent.BuilderInsightsEvent.Builder. type(String type)The type of event:InsightsEvent.BuilderInsightsEvent.Builder. type(EventType type)The type of event:Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type InsightsEvent.Builder Modifier and Type Method Description static Class<? extends InsightsEvent.Builder>InsightsEvent. serializableBuilderClass()
-