| Package | Description |
|---|---|
| com.amazonaws.services.pinpointemail |
|
| com.amazonaws.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
GetDeliverabilityTestReportResult |
AbstractAmazonPinpointEmail.getDeliverabilityTestReport(GetDeliverabilityTestReportRequest request) |
GetDeliverabilityTestReportResult |
AmazonPinpointEmail.getDeliverabilityTestReport(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest)
Retrieve the results of a predictive inbox placement test.
|
GetDeliverabilityTestReportResult |
AmazonPinpointEmailClient.getDeliverabilityTestReport(GetDeliverabilityTestReportRequest request)
Retrieve the results of a predictive inbox placement test.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeliverabilityTestReportResult> |
AmazonPinpointEmailAsync.getDeliverabilityTestReportAsync(GetDeliverabilityTestReportRequest getDeliverabilityTestReportRequest,
AsyncHandler<GetDeliverabilityTestReportRequest,GetDeliverabilityTestReportResult> asyncHandler)
Retrieve the results of a predictive inbox placement test.
|
Future<GetDeliverabilityTestReportResult> |
AmazonPinpointEmailAsyncClient.getDeliverabilityTestReportAsync(GetDeliverabilityTestReportRequest request,
AsyncHandler<GetDeliverabilityTestReportRequest,GetDeliverabilityTestReportResult> asyncHandler) |
Future<GetDeliverabilityTestReportResult> |
AbstractAmazonPinpointEmailAsync.getDeliverabilityTestReportAsync(GetDeliverabilityTestReportRequest request,
AsyncHandler<GetDeliverabilityTestReportRequest,GetDeliverabilityTestReportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.clone() |
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.withDeliverabilityTestReport(DeliverabilityTestReport deliverabilityTestReport)
An object that contains the results of the predictive inbox placement test.
|
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.withIspPlacements(Collection<IspPlacement> ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.withIspPlacements(IspPlacement... ispPlacements)
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail,
Yahoo, AOL, and others.
|
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.withMessage(String message)
An object that contains the message that you sent when you performed this predictive inbox placement test.
|
GetDeliverabilityTestReportResult |
GetDeliverabilityTestReportResult.withOverallPlacement(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.
|
Copyright © 2019. All rights reserved.