Uses of Class
software.amazon.awssdk.services.sesv2.model.VolumeStatistics
Packages that use VolumeStatistics
-
Uses of VolumeStatistics in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VolumeStatisticsModifier and TypeMethodDescriptionfinal VolumeStatisticsDailyVolume.volumeStatistics()An object that contains inbox placement metrics for a specific day in the analysis period.final 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 VolumeStatisticsModifier and TypeMethodDescriptionDailyVolume.Builder.volumeStatistics(VolumeStatistics volumeStatistics) An object that contains inbox placement metrics for a specific day in the analysis period.OverallVolume.Builder.volumeStatistics(VolumeStatistics volumeStatistics) An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.