Uses of Class
software.amazon.awssdk.services.batch.model.UpdateServiceJobResponse
-
Packages that use UpdateServiceJobResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of UpdateServiceJobResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return UpdateServiceJobResponse Modifier and Type Method Description default UpdateServiceJobResponseBatchClient. updateServiceJob(Consumer<UpdateServiceJobRequest.Builder> updateServiceJobRequest)Updates the priority of a specified service job in an Batch job queue.default UpdateServiceJobResponseBatchClient. updateServiceJob(UpdateServiceJobRequest updateServiceJobRequest)Updates the priority of a specified service job in an Batch job queue.Methods in software.amazon.awssdk.services.batch that return types with arguments of type UpdateServiceJobResponse Modifier and Type Method Description default CompletableFuture<UpdateServiceJobResponse>BatchAsyncClient. updateServiceJob(Consumer<UpdateServiceJobRequest.Builder> updateServiceJobRequest)Updates the priority of a specified service job in an Batch job queue.default CompletableFuture<UpdateServiceJobResponse>BatchAsyncClient. updateServiceJob(UpdateServiceJobRequest updateServiceJobRequest)Updates the priority of a specified service job in an Batch job queue.
-