Uses of Class
software.amazon.awssdk.services.batch.model.UpdateServiceJobRequest
-
Packages that use UpdateServiceJobRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.transform -
-
Uses of UpdateServiceJobRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type UpdateServiceJobRequest Modifier and Type Method Description default CompletableFuture<UpdateServiceJobResponse>BatchAsyncClient. updateServiceJob(UpdateServiceJobRequest 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. -
Uses of UpdateServiceJobRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type UpdateServiceJobRequest Modifier and Type Method Description SdkHttpFullRequestUpdateServiceJobRequestMarshaller. marshall(UpdateServiceJobRequest updateServiceJobRequest)
-