| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.iotjobsdataplane.model |
| Modifier and Type | Method and Description |
|---|---|
GetPendingJobExecutionsResult |
AWSIoTJobsDataPlaneClient.getPendingJobExecutions(GetPendingJobExecutionsRequest request)
Gets the list of all jobs for a thing that are not in a terminal status.
|
GetPendingJobExecutionsResult |
AWSIoTJobsDataPlane.getPendingJobExecutions(GetPendingJobExecutionsRequest getPendingJobExecutionsRequest)
Gets the list of all jobs for a thing that are not in a terminal status.
|
GetPendingJobExecutionsResult |
AbstractAWSIoTJobsDataPlane.getPendingJobExecutions(GetPendingJobExecutionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPendingJobExecutionsResult> |
AbstractAWSIoTJobsDataPlaneAsync.getPendingJobExecutionsAsync(GetPendingJobExecutionsRequest request,
AsyncHandler<GetPendingJobExecutionsRequest,GetPendingJobExecutionsResult> asyncHandler) |
Future<GetPendingJobExecutionsResult> |
AWSIoTJobsDataPlaneAsyncClient.getPendingJobExecutionsAsync(GetPendingJobExecutionsRequest request,
AsyncHandler<GetPendingJobExecutionsRequest,GetPendingJobExecutionsResult> asyncHandler) |
Future<GetPendingJobExecutionsResult> |
AWSIoTJobsDataPlaneAsync.getPendingJobExecutionsAsync(GetPendingJobExecutionsRequest getPendingJobExecutionsRequest,
AsyncHandler<GetPendingJobExecutionsRequest,GetPendingJobExecutionsResult> asyncHandler)
Gets the list of all jobs for a thing that are not in a terminal status.
|
| Modifier and Type | Method and Description |
|---|---|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.clone() |
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withInProgressJobs(Collection<JobExecutionSummary> inProgressJobs)
A list of JobExecutionSummary objects with status IN_PROGRESS.
|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withInProgressJobs(JobExecutionSummary... inProgressJobs)
A list of JobExecutionSummary objects with status IN_PROGRESS.
|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withQueuedJobs(Collection<JobExecutionSummary> queuedJobs)
A list of JobExecutionSummary objects with status QUEUED.
|
GetPendingJobExecutionsResult |
GetPendingJobExecutionsResult.withQueuedJobs(JobExecutionSummary... queuedJobs)
A list of JobExecutionSummary objects with status QUEUED.
|
Copyright © 2024. All rights reserved.