| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
DeliverabilityTestReport |
DeliverabilityTestReport.clone() |
DeliverabilityTestReport |
GetDeliverabilityTestReportResult.getDeliverabilityTestReport()
An object that contains the results of the predictive inbox placement test.
|
DeliverabilityTestReport |
DeliverabilityTestReport.withCreateDate(Date createDate)
The date and time when the predictive inbox placement test was created, in Unix time format.
|
DeliverabilityTestReport |
DeliverabilityTestReport.withDeliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
DeliverabilityTestReport |
DeliverabilityTestReport.withDeliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
DeliverabilityTestReport |
DeliverabilityTestReport.withFromEmailAddress(String fromEmailAddress)
The sender address that you specified for the predictive inbox placement test.
|
DeliverabilityTestReport |
DeliverabilityTestReport.withReportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
DeliverabilityTestReport |
DeliverabilityTestReport.withReportName(String reportName)
A name that helps you identify a predictive inbox placement test report.
|
DeliverabilityTestReport |
DeliverabilityTestReport.withSubject(String subject)
The subject line for an email that you submitted in a predictive inbox placement test.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeliverabilityTestReport> |
ListDeliverabilityTestReportsResult.getDeliverabilityTestReports()
An object that contains a lists of predictive inbox placement tests that you've performed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeliverabilityTestReportResult.setDeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.withDeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
ListDeliverabilityTestReportsResult |
ListDeliverabilityTestReportsResult.withDeliverabilityTestReports(DeliverabilityTestReport... deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeliverabilityTestReportsResult.setDeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
ListDeliverabilityTestReportsResult |
ListDeliverabilityTestReportsResult.withDeliverabilityTestReports(Collection<DeliverabilityTestReport> deliverabilityTestReports)
An object that contains a lists of predictive inbox placement tests that you've performed.
|
Copyright © 2022. All rights reserved.