Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.GetPendingJobExecutionsResponse
-
Packages that use GetPendingJobExecutionsResponse 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. -
-
Uses of GetPendingJobExecutionsResponse in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane that return GetPendingJobExecutionsResponse Modifier and Type Method Description default GetPendingJobExecutionsResponseIotJobsDataPlaneClient. getPendingJobExecutions(Consumer<GetPendingJobExecutionsRequest.Builder> getPendingJobExecutionsRequest)Gets the list of all jobs for a thing that are not in a terminal status.default GetPendingJobExecutionsResponseIotJobsDataPlaneClient. getPendingJobExecutions(GetPendingJobExecutionsRequest getPendingJobExecutionsRequest)Gets the list of all jobs for a thing that are not in a terminal status.Methods in software.amazon.awssdk.services.iotjobsdataplane that return types with arguments of type GetPendingJobExecutionsResponse Modifier and Type Method 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 CompletableFuture<GetPendingJobExecutionsResponse>IotJobsDataPlaneAsyncClient. getPendingJobExecutions(GetPendingJobExecutionsRequest getPendingJobExecutionsRequest)Gets the list of all jobs for a thing that are not in a terminal status.
-