Uses of Interface
software.amazon.awssdk.services.sesv2.model.DeliverabilityTestReport.Builder
Packages that use DeliverabilityTestReport.Builder
-
Uses of DeliverabilityTestReport.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeliverabilityTestReport.BuilderModifier and TypeMethodDescriptionDeliverabilityTestReport.builder()DeliverabilityTestReport.Builder.createDate(Instant createDate) The date and time when the predictive inbox placement test was created.DeliverabilityTestReport.Builder.deliverabilityTestStatus(String deliverabilityTestStatus) The status of the predictive inbox placement test.DeliverabilityTestReport.Builder.deliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus) The status of the predictive inbox placement test.DeliverabilityTestReport.Builder.fromEmailAddress(String fromEmailAddress) The sender address that you specified for the predictive inbox placement test.A unique string that identifies the predictive inbox placement test.DeliverabilityTestReport.Builder.reportName(String reportName) A name that helps you identify a predictive inbox placement test report.The subject line for an email that you submitted in a predictive inbox placement test.DeliverabilityTestReport.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DeliverabilityTestReport.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeliverabilityTestReport.Builder>DeliverabilityTestReport.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DeliverabilityTestReport.BuilderModifier and TypeMethodDescriptionGetDeliverabilityTestReportResponse.Builder.deliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.