Uses of Class
software.amazon.awssdk.services.iot.model.UpdateJobRequest
-
Packages that use UpdateJobRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of UpdateJobRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type UpdateJobRequest Modifier and Type Method Description default CompletableFuture<UpdateJobResponse>IotAsyncClient. updateJob(UpdateJobRequest updateJobRequest)Updates supported fields of the specified job.default UpdateJobResponseIotClient. updateJob(UpdateJobRequest updateJobRequest)Updates supported fields of the specified job. -
Uses of UpdateJobRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type UpdateJobRequest Modifier and Type Method Description SdkHttpFullRequestUpdateJobRequestMarshaller. marshall(UpdateJobRequest updateJobRequest)
-