| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliverabilityTestReport.Builder |
DeliverabilityTestReport.builder() |
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.Builder.createDate(Instant createDate)
The date and time when the predictive inbox placement test was created, in Unix time format.
|
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.Builder.deliverabilityTestStatus(DeliverabilityTestStatus deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.Builder.deliverabilityTestStatus(String deliverabilityTestStatus)
The status of the predictive inbox placement test.
|
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.Builder.fromEmailAddress(String fromEmailAddress)
The sender address that you specified for the predictive inbox placement test.
|
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.Builder.reportId(String reportId)
A unique string that identifies the predictive inbox placement test.
|
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.Builder.reportName(String reportName)
A name that helps you identify a predictive inbox placement test report.
|
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.Builder.subject(String subject)
The subject line for an email that you submitted in a predictive inbox placement test.
|
DeliverabilityTestReport.Builder |
DeliverabilityTestReport.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeliverabilityTestReport.Builder> |
DeliverabilityTestReport.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.deliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
Copyright © 2022. All rights reserved.