Uses of Class
software.amazon.awssdk.services.pinpointemail.model.DeliverabilityTestReport
-
Packages that use DeliverabilityTestReport Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of DeliverabilityTestReport in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return DeliverabilityTestReport Modifier and Type Method Description DeliverabilityTestReportGetDeliverabilityTestReportResponse. deliverabilityTestReport()An object that contains the results of the predictive inbox placement test.Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type DeliverabilityTestReport Modifier and Type Method Description 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.pinpointemail.model with parameters of type DeliverabilityTestReport Modifier and Type Method Description GetDeliverabilityTestReportResponse.BuilderGetDeliverabilityTestReportResponse.Builder. deliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)An object that contains the results of the predictive inbox placement test.ListDeliverabilityTestReportsResponse.BuilderListDeliverabilityTestReportsResponse.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.pinpointemail.model with type arguments of type DeliverabilityTestReport Modifier and Type Method Description ListDeliverabilityTestReportsResponse.BuilderListDeliverabilityTestReportsResponse.Builder. deliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)An object that contains a lists of predictive inbox placement tests that you've performed.
-