Uses of Class
software.amazon.awssdk.services.sesv2.model.PlacementStatistics
Packages that use PlacementStatistics
-
Uses of PlacementStatistics in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PlacementStatisticsModifier and TypeMethodDescriptionfinal PlacementStatisticsGetDeliverabilityTestReportResponse.overallPlacement()An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.final PlacementStatisticsIspPlacement.placementStatistics()An object that contains inbox placement metrics for a specific email provider.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type PlacementStatisticsModifier and TypeMethodDescriptionGetDeliverabilityTestReportResponse.Builder.overallPlacement(PlacementStatistics overallPlacement) An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't delivered.IspPlacement.Builder.placementStatistics(PlacementStatistics placementStatistics) An object that contains inbox placement metrics for a specific email provider.