| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeliverabilityTestReportsResponse> |
SesV2AsyncClient.listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDeliverabilityTestReportsResponse |
SesV2Client.listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDeliverabilityTestReportsPublisher |
SesV2AsyncClient.listDeliverabilityTestReportsPaginator(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDeliverabilityTestReportsIterable |
SesV2Client.listDeliverabilityTestReportsPaginator(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDeliverabilityTestReportsRequest.Builder |
ListDeliverabilityTestReportsRequest.builder() |
ListDeliverabilityTestReportsRequest.Builder |
ListDeliverabilityTestReportsRequest.Builder.nextToken(String nextToken)
A token returned from a previous call to
ListDeliverabilityTestReports to indicate the position
in the list of predictive inbox placement tests. |
ListDeliverabilityTestReportsRequest.Builder |
ListDeliverabilityTestReportsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeliverabilityTestReportsRequest.Builder |
ListDeliverabilityTestReportsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeliverabilityTestReportsRequest.Builder |
ListDeliverabilityTestReportsRequest.Builder.pageSize(Integer pageSize)
The number of results to show in a single call to
ListDeliverabilityTestReports. |
ListDeliverabilityTestReportsRequest.Builder |
ListDeliverabilityTestReportsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeliverabilityTestReportsRequest.Builder> |
ListDeliverabilityTestReportsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.