Uses of Class
software.amazon.awssdk.services.iot.model.ListJobExecutionsForThingRequest
-
Packages that use ListJobExecutionsForThingRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListJobExecutionsForThingRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListJobExecutionsForThingRequest Modifier and Type Method Description default CompletableFuture<ListJobExecutionsForThingResponse>IotAsyncClient. listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)Lists the job executions for the specified thing.default ListJobExecutionsForThingResponseIotClient. listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)Lists the job executions for the specified thing.default ListJobExecutionsForThingPublisherIotAsyncClient. listJobExecutionsForThingPaginator(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)Lists the job executions for the specified thing.default ListJobExecutionsForThingIterableIotClient. listJobExecutionsForThingPaginator(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)Lists the job executions for the specified thing. -
Uses of ListJobExecutionsForThingRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListJobExecutionsForThingRequest Constructor Description ListJobExecutionsForThingIterable(IotClient client, ListJobExecutionsForThingRequest firstRequest)ListJobExecutionsForThingPublisher(IotAsyncClient client, ListJobExecutionsForThingRequest firstRequest) -
Uses of ListJobExecutionsForThingRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListJobExecutionsForThingRequest Modifier and Type Method Description SdkHttpFullRequestListJobExecutionsForThingRequestMarshaller. marshall(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)
-