| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static PlacementStatistics.Builder |
PlacementStatistics.builder() |
PlacementStatistics.Builder |
PlacementStatistics.Builder.dkimPercentage(Double dkimPercentage)
The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the
predictive inbox placement test.
|
PlacementStatistics.Builder |
PlacementStatistics.Builder.inboxPercentage(Double inboxPercentage)
The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
|
PlacementStatistics.Builder |
PlacementStatistics.Builder.missingPercentage(Double missingPercentage)
The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox
placement test.
|
PlacementStatistics.Builder |
PlacementStatistics.Builder.spamPercentage(Double spamPercentage)
The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox
placement test.
|
PlacementStatistics.Builder |
PlacementStatistics.Builder.spfPercentage(Double spfPercentage)
The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive
inbox placement test.
|
PlacementStatistics.Builder |
PlacementStatistics.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlacementStatistics.Builder> |
PlacementStatistics.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.overallPlacement(Consumer<PlacementStatistics.Builder> 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.
|
default IspPlacement.Builder |
IspPlacement.Builder.placementStatistics(Consumer<PlacementStatistics.Builder> placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
|
Copyright © 2022. All rights reserved.