Uses of Class
software.amazon.awssdk.services.sesv2.model.DeliverabilityTestReport
Packages that use DeliverabilityTestReport
-
Uses of DeliverabilityTestReport in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeliverabilityTestReportModifier and TypeMethodDescriptionfinal DeliverabilityTestReportGetDeliverabilityTestReportResponse.deliverabilityTestReport()An object that contains the results of the predictive inbox placement test.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DeliverabilityTestReportModifier and TypeMethodDescriptionfinal List<DeliverabilityTestReport>ListDeliverabilityTestReportsResponse.deliverabilityTestReports()An object that contains a lists of predictive inbox placement tests that you've performed.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type DeliverabilityTestReportModifier and TypeMethodDescriptionGetDeliverabilityTestReportResponse.Builder.deliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport) An object that contains the results of the predictive inbox placement test.ListDeliverabilityTestReportsResponse.Builder.deliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type DeliverabilityTestReportModifier and TypeMethodDescriptionListDeliverabilityTestReportsResponse.Builder.deliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports) An object that contains a lists of predictive inbox placement tests that you've performed.