Uses of Class
software.amazon.awssdk.services.iotjobsdataplane.model.GetPendingJobExecutionsRequest
-
Packages that use GetPendingJobExecutionsRequest 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.transform -
-
Uses of GetPendingJobExecutionsRequest in software.amazon.awssdk.services.iotjobsdataplane
Methods in software.amazon.awssdk.services.iotjobsdataplane with parameters of type GetPendingJobExecutionsRequest Modifier and Type Method Description default CompletableFuture<GetPendingJobExecutionsResponse>IotJobsDataPlaneAsyncClient. getPendingJobExecutions(GetPendingJobExecutionsRequest 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. -
Uses of GetPendingJobExecutionsRequest in software.amazon.awssdk.services.iotjobsdataplane.transform
Methods in software.amazon.awssdk.services.iotjobsdataplane.transform with parameters of type GetPendingJobExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestGetPendingJobExecutionsRequestMarshaller. marshall(GetPendingJobExecutionsRequest getPendingJobExecutionsRequest)
-