| 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<GetPendingJobExecutionsResponse> |
IotJobsDataPlaneAsyncClient.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(Consumer<GetPendingJobExecutionsRequest.Builder> getPendingJobExecutionsRequest)
Gets the list of all jobs for a thing that are not in a terminal status.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPendingJobExecutionsRequest.Builder |
GetPendingJobExecutionsRequest.builder() |
GetPendingJobExecutionsRequest.Builder |
GetPendingJobExecutionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPendingJobExecutionsRequest.Builder |
GetPendingJobExecutionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPendingJobExecutionsRequest.Builder |
GetPendingJobExecutionsRequest.Builder.thingName(String thingName)
The name of the thing that is executing the job.
|
GetPendingJobExecutionsRequest.Builder |
GetPendingJobExecutionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPendingJobExecutionsRequest.Builder> |
GetPendingJobExecutionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.