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