| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
EmailInsights |
EmailInsights.clone() |
EmailInsights |
EmailInsights.withDestination(String destination)
The recipient of the email.
|
EmailInsights |
EmailInsights.withEvents(Collection<InsightsEvent> events)
A list of events associated with the sent email.
|
EmailInsights |
EmailInsights.withEvents(InsightsEvent... events)
A list of events associated with the sent email.
|
EmailInsights |
EmailInsights.withIsp(String isp)
The recipient's ISP (e.g.,
Gmail, Yahoo, etc.). |
| Modifier and Type | Method and Description |
|---|---|
List<EmailInsights> |
GetMessageInsightsResult.getInsights()
A set of insights associated with the message.
|
| Modifier and Type | Method and Description |
|---|---|
GetMessageInsightsResult |
GetMessageInsightsResult.withInsights(EmailInsights... insights)
A set of insights associated with the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMessageInsightsResult.setInsights(Collection<EmailInsights> insights)
A set of insights associated with the message.
|
GetMessageInsightsResult |
GetMessageInsightsResult.withInsights(Collection<EmailInsights> insights)
A set of insights associated with the message.
|
Copyright © 2025. All rights reserved.