Uses of Interface
software.amazon.awssdk.services.sesv2.model.OverallVolume.Builder
Packages that use OverallVolume.Builder
-
Uses of OverallVolume.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return OverallVolume.BuilderModifier and TypeMethodDescriptionstatic OverallVolume.BuilderOverallVolume.builder()OverallVolume.Builder.domainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements) An object that contains inbox and junk mail placement metrics for individual email providers.OverallVolume.Builder.domainIspPlacements(Consumer<DomainIspPlacement.Builder>... domainIspPlacements) An object that contains inbox and junk mail placement metrics for individual email providers.OverallVolume.Builder.domainIspPlacements(DomainIspPlacement... domainIspPlacements) An object that contains inbox and junk mail placement metrics for individual email providers.OverallVolume.Builder.readRatePercent(Double readRatePercent) The percentage of emails that were sent from the domain that were read by their recipients.OverallVolume.toBuilder()default OverallVolume.BuilderOverallVolume.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.volumeStatistics(VolumeStatistics volumeStatistics) An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type OverallVolume.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OverallVolume.Builder>OverallVolume.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type OverallVolume.BuilderModifier and TypeMethodDescriptionGetDomainStatisticsReportResponse.Builder.overallVolume(Consumer<OverallVolume.Builder> overallVolume) An object that contains deliverability metrics for the domain that you specified.