Uses of Interface
software.amazon.awssdk.services.sesv2.model.VolumeStatistics.Builder
-
Packages that use VolumeStatistics.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of VolumeStatistics.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return VolumeStatistics.Builder Modifier and Type Method Description static VolumeStatistics.BuilderVolumeStatistics. builder()VolumeStatistics.BuilderVolumeStatistics.Builder. inboxRawCount(Long inboxRawCount)The total number of emails that arrived in recipients' inboxes.VolumeStatistics.BuilderVolumeStatistics.Builder. projectedInbox(Long projectedInbox)An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.VolumeStatistics.BuilderVolumeStatistics.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.BuilderVolumeStatistics.Builder. spamRawCount(Long spamRawCount)The total number of emails that arrived in recipients' spam or junk mail folders.VolumeStatistics.BuilderVolumeStatistics. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type VolumeStatistics.Builder Modifier and Type Method Description static Class<? extends VolumeStatistics.Builder>VolumeStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type VolumeStatistics.Builder Modifier and Type Method Description default 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.
-