Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.PlacementStatistics.Builder
-
Packages that use PlacementStatistics.Builder Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of PlacementStatistics.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return PlacementStatistics.Builder Modifier and Type Method Description static PlacementStatistics.BuilderPlacementStatistics. builder()PlacementStatistics.BuilderPlacementStatistics.Builder. dkimPercentage(Double dkimPercentage)The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.PlacementStatistics.BuilderPlacementStatistics.Builder. inboxPercentage(Double inboxPercentage)The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.PlacementStatistics.BuilderPlacementStatistics.Builder. missingPercentage(Double missingPercentage)The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.PlacementStatistics.BuilderPlacementStatistics.Builder. spamPercentage(Double spamPercentage)The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.PlacementStatistics.BuilderPlacementStatistics.Builder. spfPercentage(Double spfPercentage)The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.PlacementStatistics.BuilderPlacementStatistics. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type PlacementStatistics.Builder Modifier and Type Method Description static Class<? extends PlacementStatistics.Builder>PlacementStatistics. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointemail.model with type arguments of type PlacementStatistics.Builder Modifier and Type Method Description default GetDeliverabilityTestReportResponse.BuilderGetDeliverabilityTestReportResponse.Builder. overallPlacement(Consumer<PlacementStatistics.Builder> 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.default IspPlacement.BuilderIspPlacement.Builder. placementStatistics(Consumer<PlacementStatistics.Builder> placementStatistics)An object that contains inbox placement metrics for a specific email provider.
-