| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
MessageInsightsFilters |
MessageInsightsFilters.clone() |
MessageInsightsFilters |
MessageInsightsDataSource.getExclude()
Filters for results to be excluded from the export file.
|
MessageInsightsFilters |
MessageInsightsDataSource.getInclude()
Filters for results to be included in the export file.
|
MessageInsightsFilters |
MessageInsightsFilters.withDestination(Collection<String> destination)
The recipient's email address.
|
MessageInsightsFilters |
MessageInsightsFilters.withDestination(String... destination)
The recipient's email address.
|
MessageInsightsFilters |
MessageInsightsFilters.withFromEmailAddress(Collection<String> fromEmailAddress)
The from address used to send the message.
|
MessageInsightsFilters |
MessageInsightsFilters.withFromEmailAddress(String... fromEmailAddress)
The from address used to send the message.
|
MessageInsightsFilters |
MessageInsightsFilters.withIsp(Collection<String> isp)
The recipient's ISP (e.g.,
Gmail, Yahoo, etc.). |
MessageInsightsFilters |
MessageInsightsFilters.withIsp(String... isp)
The recipient's ISP (e.g.,
Gmail, Yahoo, etc.). |
MessageInsightsFilters |
MessageInsightsFilters.withLastDeliveryEvent(Collection<String> lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows:
SEND <
BOUNCE < DELIVERY < COMPLAINT. |
MessageInsightsFilters |
MessageInsightsFilters.withLastDeliveryEvent(DeliveryEventType... lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows:
SEND <
BOUNCE < DELIVERY < COMPLAINT. |
MessageInsightsFilters |
MessageInsightsFilters.withLastDeliveryEvent(String... lastDeliveryEvent)
The last delivery-related event for the email, where the ordering is as follows:
SEND <
BOUNCE < DELIVERY < COMPLAINT. |
MessageInsightsFilters |
MessageInsightsFilters.withLastEngagementEvent(Collection<String> lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows:
OPEN <
CLICK. |
MessageInsightsFilters |
MessageInsightsFilters.withLastEngagementEvent(EngagementEventType... lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows:
OPEN <
CLICK. |
MessageInsightsFilters |
MessageInsightsFilters.withLastEngagementEvent(String... lastEngagementEvent)
The last engagement-related event for the email, where the ordering is as follows:
OPEN <
CLICK. |
MessageInsightsFilters |
MessageInsightsFilters.withSubject(Collection<String> subject)
The subject line of the message.
|
MessageInsightsFilters |
MessageInsightsFilters.withSubject(String... subject)
The subject line of the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageInsightsDataSource.setExclude(MessageInsightsFilters exclude)
Filters for results to be excluded from the export file.
|
void |
MessageInsightsDataSource.setInclude(MessageInsightsFilters include)
Filters for results to be included in the export file.
|
MessageInsightsDataSource |
MessageInsightsDataSource.withExclude(MessageInsightsFilters exclude)
Filters for results to be excluded from the export file.
|
MessageInsightsDataSource |
MessageInsightsDataSource.withInclude(MessageInsightsFilters include)
Filters for results to be included in the export file.
|
Copyright © 2023. All rights reserved.