| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static OverallVolume.Builder |
OverallVolume.builder() |
OverallVolume.Builder |
OverallVolume.Builder.domainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
OverallVolume.Builder.domainIspPlacements(Consumer<DomainIspPlacement.Builder>... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
OverallVolume.Builder.domainIspPlacements(DomainIspPlacement... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
OverallVolume.Builder.readRatePercent(Double readRatePercent)
The percentage of emails that were sent from the domain that were read by their recipients.
|
OverallVolume.Builder |
OverallVolume.toBuilder() |
default OverallVolume.Builder |
OverallVolume.Builder.volumeStatistics(Consumer<VolumeStatistics.Builder> volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.
|
OverallVolume.Builder |
OverallVolume.Builder.volumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OverallVolume.Builder> |
OverallVolume.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDomainStatisticsReportResponse.Builder |
GetDomainStatisticsReportResponse.Builder.overallVolume(Consumer<OverallVolume.Builder> overallVolume)
An object that contains deliverability metrics for the domain that you specified.
|
Copyright © 2021. All rights reserved.