Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.StartNextPendingJobExecutionRequest
-
Packages that use StartNextPendingJobExecutionRequest 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.software.amazon.awssdk.services.iotjobsdataplane.transform -
-
Uses of StartNextPendingJobExecutionRequest in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane with parameters of type StartNextPendingJobExecutionRequest Modifier and Type Method Description default CompletableFuture<StartNextPendingJobExecutionResponse>IotJobsDataPlaneAsyncClient. startNextPendingJobExecution(StartNextPendingJobExecutionRequest 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. -
Uses of StartNextPendingJobExecutionRequest in software.amazon.awssdk.services.iotjobsdataplane.transform
Methods in software.amazon.awssdk.services.iotjobsdataplane.transform with parameters of type StartNextPendingJobExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStartNextPendingJobExecutionRequestMarshaller. marshall(StartNextPendingJobExecutionRequest startNextPendingJobExecutionRequest)
-