| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
DomainIspPlacement |
DomainIspPlacement.clone() |
DomainIspPlacement |
DomainIspPlacement.withInboxPercentage(Double inboxPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
DomainIspPlacement |
DomainIspPlacement.withInboxRawCount(Long inboxRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' inboxes.
|
DomainIspPlacement |
DomainIspPlacement.withIspName(String ispName)
The name of the email provider that the inbox placement data applies to.
|
DomainIspPlacement |
DomainIspPlacement.withSpamPercentage(Double spamPercentage)
The percentage of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
DomainIspPlacement |
DomainIspPlacement.withSpamRawCount(Long spamRawCount)
The total number of messages that were sent from the selected domain to the specified email provider that arrived
in recipients' spam or junk mail folders.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainIspPlacement> |
DailyVolume.getDomainIspPlacements()
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the
recipient's email provider.
|
List<DomainIspPlacement> |
OverallVolume.getDomainIspPlacements()
An object that contains inbox and junk mail placement metrics for individual email providers.
|
| Modifier and Type | Method and Description |
|---|---|
DailyVolume |
DailyVolume.withDomainIspPlacements(DomainIspPlacement... domainIspPlacements)
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the
recipient's email provider.
|
OverallVolume |
OverallVolume.withDomainIspPlacements(DomainIspPlacement... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DailyVolume.setDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the
recipient's email provider.
|
void |
OverallVolume.setDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
DailyVolume |
DailyVolume.withDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the
recipient's email provider.
|
OverallVolume |
OverallVolume.withDomainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
Copyright © 2023. All rights reserved.