Uses of Class
software.amazon.awssdk.services.pinpointemail.model.ListDeliverabilityTestReportsResponse
-
Packages that use ListDeliverabilityTestReportsResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.paginators -
-
Uses of ListDeliverabilityTestReportsResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return ListDeliverabilityTestReportsResponse Modifier and Type Method Description default ListDeliverabilityTestReportsResponsePinpointEmailClient. listDeliverabilityTestReports(Consumer<ListDeliverabilityTestReportsRequest.Builder> listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsResponsePinpointEmailClient. listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type ListDeliverabilityTestReportsResponse Modifier and Type Method 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. -
Uses of ListDeliverabilityTestReportsResponse in software.amazon.awssdk.services.pinpointemail.paginators
Methods in software.amazon.awssdk.services.pinpointemail.paginators that return types with arguments of type ListDeliverabilityTestReportsResponse Modifier and Type Method Description Iterator<ListDeliverabilityTestReportsResponse>ListDeliverabilityTestReportsIterable. iterator()Method parameters in software.amazon.awssdk.services.pinpointemail.paginators with type arguments of type ListDeliverabilityTestReportsResponse Modifier and Type Method Description voidListDeliverabilityTestReportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeliverabilityTestReportsResponse> subscriber)
-