| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
static GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.builder() |
default GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.deliverabilityTestReport(Consumer<DeliverabilityTestReport.Builder> deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.deliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.ispPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.ispPlacements(Consumer<IspPlacement.Builder>... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.ispPlacements(IspPlacement... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.message(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
|
default GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.overallPlacement(Consumer<PlacementStatistics.Builder> overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test
were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't
delivered.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.overallPlacement(PlacementStatistics overallPlacement)
An object that specifies how many test messages that were sent during the predictive inbox placement test
were delivered to recipients' inboxes, how many were sent to recipients' spam folders, and how many weren't
delivered.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.Builder.tags(Tag... tags)
An array of objects that define the tags (keys and values) that are associated with the predictive inbox
placement test.
|
GetDeliverabilityTestReportResponse.Builder |
GetDeliverabilityTestReportResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDeliverabilityTestReportResponse.Builder> |
GetDeliverabilityTestReportResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.