| 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 |
|---|---|
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.
|
Future<GetPendingJobExecutionsResult> |
AbstractAWSIoTJobsDataPlaneAsync.getPendingJobExecutionsAsync(GetPendingJobExecutionsRequest request,
AsyncHandler<GetPendingJobExecutionsRequest,GetPendingJobExecutionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPendingJobExecutionsRequest |
GetPendingJobExecutionsRequest.clone() |
GetPendingJobExecutionsRequest |
GetPendingJobExecutionsRequest.withThingName(String thingName)
The name of the thing that is executing the job.
|
Copyright © 2022. All rights reserved.