Uses of Class
software.amazon.awssdk.services.sesv2.model.ListDeliverabilityTestReportsRequest
-
Packages that use ListDeliverabilityTestReportsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListDeliverabilityTestReportsRequest Modifier and Type Method Description default CompletableFuture<ListDeliverabilityTestReportsResponse>SesV2AsyncClient. listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsResponseSesV2Client. listDeliverabilityTestReports(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsPublisherSesV2AsyncClient. listDeliverabilityTestReportsPaginator(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)Show a list of the predictive inbox placement tests that you've performed, regardless of their statuses.default ListDeliverabilityTestReportsIterableSesV2Client. 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.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListDeliverabilityTestReportsRequest Constructor Description ListDeliverabilityTestReportsIterable(SesV2Client client, ListDeliverabilityTestReportsRequest firstRequest)ListDeliverabilityTestReportsPublisher(SesV2AsyncClient client, ListDeliverabilityTestReportsRequest firstRequest) -
Uses of ListDeliverabilityTestReportsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListDeliverabilityTestReportsRequest Modifier and Type Method Description SdkHttpFullRequestListDeliverabilityTestReportsRequestMarshaller. marshall(ListDeliverabilityTestReportsRequest listDeliverabilityTestReportsRequest)
-