| 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 DescribeJobExecutionResponse |
IotJobsDataPlaneClient.describeJobExecution(Consumer<DescribeJobExecutionRequest.Builder> describeJobExecutionRequest)
Gets details of a job execution.
|
default DescribeJobExecutionResponse |
IotJobsDataPlaneClient.describeJobExecution(DescribeJobExecutionRequest describeJobExecutionRequest)
Gets details of a job execution.
|
default GetPendingJobExecutionsResponse |
IotJobsDataPlaneClient.getPendingJobExecutions(Consumer<GetPendingJobExecutionsRequest.Builder> getPendingJobExecutionsRequest)
Gets the list of all jobs for a thing that are not in a terminal status.
|
default GetPendingJobExecutionsResponse |
IotJobsDataPlaneClient.getPendingJobExecutions(GetPendingJobExecutionsRequest getPendingJobExecutionsRequest)
Gets the list of all jobs for a thing that are not in a terminal status.
|
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.
|
default UpdateJobExecutionResponse |
IotJobsDataPlaneClient.updateJobExecution(Consumer<UpdateJobExecutionRequest.Builder> updateJobExecutionRequest)
Updates the status of a job execution.
|
default UpdateJobExecutionResponse |
IotJobsDataPlaneClient.updateJobExecution(UpdateJobExecutionRequest updateJobExecutionRequest)
Updates the status of a job execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateValidationException
The certificate is invalid.
|
class |
InvalidRequestException
The contents of the request were invalid.
|
class |
InvalidStateTransitionException
An update attempted to change the job execution to a state that is invalid because of the job execution's current
state (for example, an attempt to change a request in state SUCCESS to state IN_PROGRESS).
|
class |
ResourceNotFoundException
The specified resource does not exist.
|
class |
ServiceUnavailableException
The service is temporarily unavailable.
|
class |
TerminalStateException
The job is in a terminal state.
|
class |
ThrottlingException
The rate exceeds the limit.
|
| Modifier and Type | Method and Description |
|---|---|
IotJobsDataPlaneException |
IotJobsDataPlaneException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(IotJobsDataPlaneException ex) |
Copyright © 2023. All rights reserved.