Uses of Interface
software.amazon.awssdk.services.iotjobsdataplane.model.StartNextPendingJobExecutionRequest.Builder
-
Packages that use StartNextPendingJobExecutionRequest.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 StartNextPendingJobExecutionRequest.Builder in software.amazon.awssdk.services.iotjobsdataplane
Method parameters in software.amazon.awssdk.services.iotjobsdataplane with type arguments of type StartNextPendingJobExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StartNextPendingJobExecutionResponse>IotJobsDataPlaneAsyncClient. startNextPendingJobExecution(Consumer<StartNextPendingJobExecutionRequest.Builder> startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing.default StartNextPendingJobExecutionResponseIotJobsDataPlaneClient. startNextPendingJobExecution(Consumer<StartNextPendingJobExecutionRequest.Builder> startNextPendingJobExecutionRequest)Gets and starts the next pending (status IN_PROGRESS or QUEUED) job execution for a thing. -
Uses of StartNextPendingJobExecutionRequest.Builder in software.amazon.awssdk.services.iotjobsdataplane.model
Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return StartNextPendingJobExecutionRequest.Builder Modifier and Type Method Description static StartNextPendingJobExecutionRequest.BuilderStartNextPendingJobExecutionRequest. builder()StartNextPendingJobExecutionRequest.BuilderStartNextPendingJobExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartNextPendingJobExecutionRequest.BuilderStartNextPendingJobExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartNextPendingJobExecutionRequest.BuilderStartNextPendingJobExecutionRequest.Builder. statusDetails(Map<String,String> statusDetails)A collection of name/value pairs that describe the status of the job execution.StartNextPendingJobExecutionRequest.BuilderStartNextPendingJobExecutionRequest.Builder. stepTimeoutInMinutes(Long stepTimeoutInMinutes)Specifies the amount of time this device has to finish execution of this job.StartNextPendingJobExecutionRequest.BuilderStartNextPendingJobExecutionRequest.Builder. thingName(String thingName)The name of the thing associated with the device.StartNextPendingJobExecutionRequest.BuilderStartNextPendingJobExecutionRequest. toBuilder()Methods in software.amazon.awssdk.services.iotjobsdataplane.model that return types with arguments of type StartNextPendingJobExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StartNextPendingJobExecutionRequest.Builder>StartNextPendingJobExecutionRequest. serializableBuilderClass()
-