Uses of Class
software.amazon.awssdk.services.iot.model.ListJobExecutionsForThingResponse
-
Packages that use ListJobExecutionsForThingResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListJobExecutionsForThingResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListJobExecutionsForThingResponse Modifier and Type Method Description default ListJobExecutionsForThingResponseIotClient. listJobExecutionsForThing(Consumer<ListJobExecutionsForThingRequest.Builder> listJobExecutionsForThingRequest)Lists the job executions for the specified thing.default ListJobExecutionsForThingResponseIotClient. listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)Lists the job executions for the specified thing.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListJobExecutionsForThingResponse Modifier and Type Method Description default CompletableFuture<ListJobExecutionsForThingResponse>IotAsyncClient. listJobExecutionsForThing(Consumer<ListJobExecutionsForThingRequest.Builder> listJobExecutionsForThingRequest)Lists the job executions for the specified thing.default CompletableFuture<ListJobExecutionsForThingResponse>IotAsyncClient. listJobExecutionsForThing(ListJobExecutionsForThingRequest listJobExecutionsForThingRequest)Lists the job executions for the specified thing. -
Uses of ListJobExecutionsForThingResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListJobExecutionsForThingResponse Modifier and Type Method Description Iterator<ListJobExecutionsForThingResponse>ListJobExecutionsForThingIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListJobExecutionsForThingResponse Modifier and Type Method Description voidListJobExecutionsForThingPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobExecutionsForThingResponse> subscriber)
-