| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateDeliverabilityTestReportResponse |
PinpointEmailClient.createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest)
Create a new predictive inbox placement test.
|
default CompletableFuture<CreateDeliverabilityTestReportResponse> |
PinpointEmailAsyncClient.createDeliverabilityTestReport(Consumer<CreateDeliverabilityTestReportRequest.Builder> createDeliverabilityTestReportRequest)
Create a new predictive inbox placement test.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.builder() |
default CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.content(Consumer<EmailContent.Builder> content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.content(EmailContent content)
The HTML body of the message that you sent when you performed the predictive inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.fromEmailAddress(String fromEmailAddress)
The email address that the predictive inbox placement test email was sent from.
|
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.reportName(String reportName)
A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
|
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.tags(Collection<Tag> tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive
inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive
inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.Builder.tags(Tag... tags)
An array of objects that define the tags (keys and values) that you want to associate with the predictive
inbox placement test.
|
CreateDeliverabilityTestReportRequest.Builder |
CreateDeliverabilityTestReportRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateDeliverabilityTestReportRequest.Builder> |
CreateDeliverabilityTestReportRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.