| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static EmailInsights.Builder |
EmailInsights.builder() |
EmailInsights.Builder |
EmailInsights.Builder.destination(String destination)
The recipient of the email.
|
EmailInsights.Builder |
EmailInsights.Builder.events(Collection<InsightsEvent> events)
A list of events associated with the sent email.
|
EmailInsights.Builder |
EmailInsights.Builder.events(Consumer<InsightsEvent.Builder>... events)
A list of events associated with the sent email.
|
EmailInsights.Builder |
EmailInsights.Builder.events(InsightsEvent... events)
A list of events associated with the sent email.
|
EmailInsights.Builder |
EmailInsights.Builder.isp(String isp)
The recipient's ISP (e.g.,
Gmail, Yahoo, etc.). |
EmailInsights.Builder |
EmailInsights.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EmailInsights.Builder> |
EmailInsights.serializableBuilderClass() |
Copyright © 2023. All rights reserved.