Uses of Class
software.amazon.awssdk.services.pinpointemail.model.ListDeliverabilityTestReportsRequest
-
Packages that use ListDeliverabilityTestReportsRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.paginators software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type ListDeliverabilityTestReportsRequest Modifier and Type Method Description default CompletableFuture<ListDeliverabilityTestReportsResponse>PinpointEmailAsyncClient. listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest 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.default ListDeliverabilityTestReportsPublisherPinpointEmailAsyncClient. listDeliverabilityTestReportsPaginator(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsIterablePinpointEmailClient. listDeliverabilityTestReportsPaginator(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses. -
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.pinpointemail.paginators
Constructors in software.amazon.awssdk.services.pinpointemail.paginators with parameters of type ListDeliverabilityTestReportsRequest Constructor Description ListDeliverabilityTestReportsIterable(PinpointEmailClient client, ListDeliverabilityTestReportsRequest firstRequest)ListDeliverabilityTestReportsPublisher(PinpointEmailAsyncClient client, ListDeliverabilityTestReportsRequest firstRequest) -
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type ListDeliverabilityTestReportsRequest Modifier and Type Method Description SdkHttpFullRequestListDeliverabilityTestReportsRequestMarshaller. marshall(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)
-