Uses of Interface
software.amazon.awssdk.services.sesv2.model.PlacementStatistics.Builder
Packages that use PlacementStatistics.Builder
-
Uses of PlacementStatistics.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PlacementStatistics.BuilderModifier and TypeMethodDescriptionstatic PlacementStatistics.BuilderPlacementStatistics.builder()PlacementStatistics.Builder.dkimPercentage(Double dkimPercentage) The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.PlacementStatistics.Builder.inboxPercentage(Double inboxPercentage) The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.PlacementStatistics.Builder.missingPercentage(Double missingPercentage) The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.PlacementStatistics.Builder.spamPercentage(Double spamPercentage) The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.PlacementStatistics.Builder.spfPercentage(Double spfPercentage) The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.PlacementStatistics.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PlacementStatistics.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PlacementStatistics.Builder>PlacementStatistics.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type PlacementStatistics.BuilderModifier and TypeMethodDescriptionGetDeliverabilityTestReportResponse.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.