Uses of Interface
software.amazon.awssdk.services.sesv2.model.DomainIspPlacement.Builder
Packages that use DomainIspPlacement.Builder
-
Uses of DomainIspPlacement.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DomainIspPlacement.BuilderModifier and TypeMethodDescriptionstatic DomainIspPlacement.BuilderDomainIspPlacement.builder()DomainIspPlacement.Builder.inboxPercentage(Double inboxPercentage) The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.DomainIspPlacement.Builder.inboxRawCount(Long inboxRawCount) The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.The name of the email provider that the inbox placement data applies to.DomainIspPlacement.Builder.spamPercentage(Double spamPercentage) The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.DomainIspPlacement.Builder.spamRawCount(Long spamRawCount) The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.DomainIspPlacement.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DomainIspPlacement.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DomainIspPlacement.Builder>DomainIspPlacement.serializableBuilderClass()