Uses of Class
software.amazon.awssdk.services.sesv2.model.DailyVolume
-
Packages that use DailyVolume Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DailyVolume in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DailyVolume Modifier and Type Method Description List<DailyVolume>GetDomainStatisticsReportResponse. dailyVolumes()An object that contains deliverability metrics for the domain that you specified.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DailyVolume Modifier and Type Method Description GetDomainStatisticsReportResponse.BuilderGetDomainStatisticsReportResponse.Builder. dailyVolumes(DailyVolume... dailyVolumes)An object that contains deliverability metrics for the domain that you specified.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DailyVolume Modifier and Type Method Description GetDomainStatisticsReportResponse.BuilderGetDomainStatisticsReportResponse.Builder. dailyVolumes(Collection<DailyVolume> dailyVolumes)An object that contains deliverability metrics for the domain that you specified.
-