| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeliverabilityTestReportsResponse |
PinpointEmailClient.listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)
Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.
|
default ListDeliverabilityTestReportsResponse |
PinpointEmailClient.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> |
PinpointEmailAsyncClient.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> |
PinpointEmailAsyncClient.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.