| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
InsightsEvent |
InsightsEvent.clone() |
InsightsEvent |
InsightsEvent.withDetails(EventDetails details)
Details about bounce or complaint events.
|
InsightsEvent |
InsightsEvent.withTimestamp(Date timestamp)
The timestamp of the event.
|
InsightsEvent |
InsightsEvent.withType(EventType type)
The type of event:
|
InsightsEvent |
InsightsEvent.withType(String type)
The type of event:
|
| Modifier and Type | Method and Description |
|---|---|
List<InsightsEvent> |
EmailInsights.getEvents()
A list of events associated with the sent email.
|
| Modifier and Type | Method and Description |
|---|---|
EmailInsights |
EmailInsights.withEvents(InsightsEvent... events)
A list of events associated with the sent email.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailInsights.setEvents(Collection<InsightsEvent> events)
A list of events associated with the sent email.
|
EmailInsights |
EmailInsights.withEvents(Collection<InsightsEvent> events)
A list of events associated with the sent email.
|
Copyright © 2023. All rights reserved.