Uses of Interface
software.amazon.awssdk.services.iotjobsdataplane.model.GetPendingJobExecutionsRequest.Builder
-
Packages that use GetPendingJobExecutionsRequest.Builder 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 -
-
Uses of GetPendingJobExecutionsRequest.Builder in software.amazon.awssdk.services.iotjobsdataplane
Method parameters in software.amazon.awssdk.services.iotjobsdataplane with type arguments of type GetPendingJobExecutionsRequest.Builder 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 GetPendingJobExecutionsResponseIotJobsDataPlaneClient. getPendingJobExecutions(Consumer<GetPendingJobExecutionsRequest.Builder> getPendingJobExecutionsRequest)Gets the list of all jobs for a thing that are not in a terminal status. -
Uses of GetPendingJobExecutionsRequest.Builder in software.amazon.awssdk.services.iotjobsdataplane.model
Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return GetPendingJobExecutionsRequest.Builder Modifier and Type Method Description static GetPendingJobExecutionsRequest.BuilderGetPendingJobExecutionsRequest. builder()GetPendingJobExecutionsRequest.BuilderGetPendingJobExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPendingJobExecutionsRequest.BuilderGetPendingJobExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPendingJobExecutionsRequest.BuilderGetPendingJobExecutionsRequest.Builder. thingName(String thingName)The name of the thing that is executing the job.GetPendingJobExecutionsRequest.BuilderGetPendingJobExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return types with arguments of type GetPendingJobExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends GetPendingJobExecutionsRequest.Builder>GetPendingJobExecutionsRequest. serializableBuilderClass()
-