Uses of Class
software.amazon.awssdk.services.sesv2.model.VolumeStatistics
-
Packages that use VolumeStatistics Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of VolumeStatistics in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VolumeStatistics Modifier and Type Method Description VolumeStatisticsDailyVolume. volumeStatistics()An object that contains inbox placement metrics for a specific day in the analysis period.VolumeStatisticsOverallVolume. 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 with parameters of type VolumeStatistics Modifier and Type Method Description DailyVolume.BuilderDailyVolume.Builder. volumeStatistics(VolumeStatistics volumeStatistics)An object that contains inbox placement metrics for a specific day in the analysis period.OverallVolume.BuilderOverallVolume.Builder. volumeStatistics(VolumeStatistics volumeStatistics)An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
-