Uses of Class
software.amazon.awssdk.services.sesv2.model.DomainIspPlacement
-
Packages that use DomainIspPlacement Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of DomainIspPlacement in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DomainIspPlacement Modifier and Type Method Description List<DomainIspPlacement>DailyVolume. domainIspPlacements()An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.List<DomainIspPlacement>OverallVolume. domainIspPlacements()An object that contains inbox and junk mail placement metrics for individual email providers.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DomainIspPlacement Modifier and Type Method Description DailyVolume.BuilderDailyVolume.Builder. domainIspPlacements(DomainIspPlacement... domainIspPlacements)An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.OverallVolume.BuilderOverallVolume.Builder. domainIspPlacements(DomainIspPlacement... domainIspPlacements)An object that contains inbox and junk mail placement metrics for individual email providers.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DomainIspPlacement Modifier and Type Method Description DailyVolume.BuilderDailyVolume.Builder. domainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.OverallVolume.BuilderOverallVolume.Builder. domainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)An object that contains inbox and junk mail placement metrics for individual email providers.
-