Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.StartNextPendingJobExecutionResponse
-
Packages that use StartNextPendingJobExecutionResponse Package Description software.amazon.awssdk.services.iotjobsdataplane AWS IoT Jobs is a service that allows you to define a set of jobs — remote operations that are sent to and executed on one or more devices connected to AWS IoT. -
-
Uses of StartNextPendingJobExecutionResponse in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that return StartNextPendingJobExecutionResponse Modifier and Type Method Description default StartNextPendingJobExecutionResponseIotJobsDataPlaneClient. startNextPendingJobExecution(Consumer<StartNextPendingJobExecutionRequest.Builder> startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.default StartNextPendingJobExecutionResponseIotJobsDataPlaneClient. startNextPendingJobExecution(StartNextPendingJobExecutionRequest startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.Methods in software.amazon.awssdk.services.iotjobsdataplane that return types with arguments of type StartNextPendingJobExecutionResponse Modifier and Type Method Description default CompletableFuture<StartNextPendingJobExecutionResponse>IotJobsDataPlaneAsyncClient. startNextPendingJobExecution(Consumer<StartNextPendingJobExecutionRequest.Builder> startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.default CompletableFuture<StartNextPendingJobExecutionResponse>IotJobsDataPlaneAsyncClient. startNextPendingJobExecution(StartNextPendingJobExecutionRequest startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.
-