| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeStatistics |
VolumeStatistics.clone() |
VolumeStatistics |
OverallVolume.getVolumeStatistics()
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
VolumeStatistics |
DailyVolume.getVolumeStatistics()
An object that contains inbox placement metrics for a specific day in the analysis period.
|
VolumeStatistics |
VolumeStatistics.withInboxRawCount(Long inboxRawCount)
The total number of emails that arrived in recipients' inboxes.
|
VolumeStatistics |
VolumeStatistics.withProjectedInbox(Long projectedInbox)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
|
VolumeStatistics |
VolumeStatistics.withProjectedSpam(Long projectedSpam)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk
mail folders.
|
VolumeStatistics |
VolumeStatistics.withSpamRawCount(Long spamRawCount)
The total number of emails that arrived in recipients' spam or junk mail folders.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OverallVolume.setVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
void |
DailyVolume.setVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains inbox placement metrics for a specific day in the analysis period.
|
OverallVolume |
OverallVolume.withVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk
mail folders.
|
DailyVolume |
DailyVolume.withVolumeStatistics(VolumeStatistics volumeStatistics)
An object that contains inbox placement metrics for a specific day in the analysis period.
|
Copyright © 2023. All rights reserved.