| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
PlacementStatistics |
PlacementStatistics.clone() |
PlacementStatistics |
GetDeliverabilityTestReportResult.getOverallPlacement()
An object that specifies how many test messages that were sent during the predictive inbox placement test were
delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
|
PlacementStatistics |
IspPlacement.getPlacementStatistics()
An object that contains inbox placement metrics for a specific email provider.
|
PlacementStatistics |
PlacementStatistics.withDkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive
inbox placement test.
|
PlacementStatistics |
PlacementStatistics.withInboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
|
PlacementStatistics |
PlacementStatistics.withMissingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement
test.
|
PlacementStatistics |
PlacementStatistics.withSpamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.
|
PlacementStatistics |
PlacementStatistics.withSpfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive
inbox placement test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeliverabilityTestReportResult.setOverallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were
delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
|
void |
IspPlacement.setPlacementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
|
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.withOverallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test were
delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.
|
IspPlacement |
IspPlacement.withPlacementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
|
Copyright © 2023. All rights reserved.