| 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.model |
| 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 StartNextPendingJobExecutionResponse |
IotJobsDataPlaneClient.startNextPendingJobExecution(Consumer<StartNextPendingJobExecutionRequest.Builder> startNextPendingJobExecutionRequest)
Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.
|
| Modifier and Type | Method and Description |
|---|---|
static StartNextPendingJobExecutionRequest.Builder |
StartNextPendingJobExecutionRequest.builder() |
StartNextPendingJobExecutionRequest.Builder |
StartNextPendingJobExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartNextPendingJobExecutionRequest.Builder |
StartNextPendingJobExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartNextPendingJobExecutionRequest.Builder |
StartNextPendingJobExecutionRequest.Builder.statusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
StartNextPendingJobExecutionRequest.Builder |
StartNextPendingJobExecutionRequest.Builder.stepTimeoutInMinutes(Long stepTimeoutInMinutes)
Specifies the amount of time this device has to finish execution of this job.
|
StartNextPendingJobExecutionRequest.Builder |
StartNextPendingJobExecutionRequest.Builder.thingName(String thingName)
The name of the thing associated with the device.
|
StartNextPendingJobExecutionRequest.Builder |
StartNextPendingJobExecutionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartNextPendingJobExecutionRequest.Builder> |
StartNextPendingJobExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.