Uses of Interface
software.amazon.awssdk.services.sesv2.model.VolumeStatistics.Builder
Packages that use VolumeStatistics.Builder
-
Uses of VolumeStatistics.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VolumeStatistics.BuilderModifier and TypeMethodDescriptionstatic VolumeStatistics.BuilderVolumeStatistics.builder()VolumeStatistics.Builder.inboxRawCount(Long inboxRawCount) The total number of emails that arrived in recipients' inboxes.VolumeStatistics.Builder.projectedInbox(Long projectedInbox) An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.VolumeStatistics.Builder.projectedSpam(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.Builder.spamRawCount(Long spamRawCount) The total number of emails that arrived in recipients' spam or junk mail folders.VolumeStatistics.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type VolumeStatistics.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VolumeStatistics.Builder>VolumeStatistics.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type VolumeStatistics.BuilderModifier and TypeMethodDescriptiondefault DailyVolume.BuilderDailyVolume.Builder.volumeStatistics(Consumer<VolumeStatistics.Builder> volumeStatistics) An object that contains inbox placement metrics for a specific day in the analysis period.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.