Uses of Class
software.amazon.awssdk.services.pinpointemail.model.VolumeStatistics
-
Packages that use VolumeStatistics Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of VolumeStatistics in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.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.
-