Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PlacementStatistics
-
Packages that use PlacementStatistics Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of PlacementStatistics in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return PlacementStatistics Modifier and Type Method Description 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.PlacementStatisticsIspPlacement. placementStatistics()An object that contains inbox placement metrics for a specific email provider.Methods in software.amazon.awssdk.services.pinpointemail.model with parameters of type PlacementStatistics Modifier and Type Method Description GetDeliverabilityTestReportResponse.BuilderGetDeliverabilityTestReportResponse.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.BuilderIspPlacement.Builder. placementStatistics(PlacementStatistics placementStatistics)An object that contains inbox placement metrics for a specific email provider.
-