Uses of Class
software.amazon.awssdk.services.iot.model.ListJobsRequest
-
Packages that use ListJobsRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListJobsRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListJobsRequest Modifier and Type Method Description default CompletableFuture<ListJobsResponse>IotAsyncClient. listJobs(ListJobsRequest listJobsRequest)Lists jobs.default ListJobsResponseIotClient. listJobs(ListJobsRequest listJobsRequest)Lists jobs.default ListJobsPublisherIotAsyncClient. listJobsPaginator(ListJobsRequest listJobsRequest)This is a variant ofIotAsyncClient.listJobs(software.amazon.awssdk.services.iot.model.ListJobsRequest)operation.default ListJobsIterableIotClient. listJobsPaginator(ListJobsRequest listJobsRequest)This is a variant ofIotClient.listJobs(software.amazon.awssdk.services.iot.model.ListJobsRequest)operation. -
Uses of ListJobsRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListJobsRequest Constructor Description ListJobsIterable(IotClient client, ListJobsRequest firstRequest)ListJobsPublisher(IotAsyncClient client, ListJobsRequest firstRequest) -
Uses of ListJobsRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListJobsRequest Modifier and Type Method Description SdkHttpFullRequestListJobsRequestMarshaller. marshall(ListJobsRequest listJobsRequest)
-