| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default StartNextPendingJobExecutionResponse |
IotJobsDataPlaneClient.startNextPendingJobExecution(Consumer<StartNextPendingJobExecutionRequest.Builder> startNextPendingJobExecutionRequest)
Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.
|
default StartNextPendingJobExecutionResponse |
IotJobsDataPlaneClient.startNextPendingJobExecution(StartNextPendingJobExecutionRequest startNextPendingJobExecutionRequest)
Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.