| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
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 ListDeliverabilityTestReportsResponse |
SesV2Client.listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
| 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 CompletableFuture<ListDeliverabilityTestReportsResponse> |
SesV2AsyncClient.listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeliverabilityTestReportsResponse> |
ListDeliverabilityTestReportsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeliverabilityTestReportsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeliverabilityTestReportsResponse> subscriber) |
Copyright © 2021. All rights reserved.