Uses of Class
software.amazon.awssdk.services.pcs.model.UpdateQueueResponse
-
Packages that use UpdateQueueResponse Package Description software.amazon.awssdk.services.pcs Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm. -
-
Uses of UpdateQueueResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return UpdateQueueResponse Modifier and Type Method Description default UpdateQueueResponsePcsClient. updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)Updates the compute node group configuration of a queue.default UpdateQueueResponsePcsClient. updateQueue(UpdateQueueRequest updateQueueRequest)Updates the compute node group configuration of a queue.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type UpdateQueueResponse Modifier and Type Method Description default CompletableFuture<UpdateQueueResponse>PcsAsyncClient. updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)Updates the compute node group configuration of a queue.default CompletableFuture<UpdateQueueResponse>PcsAsyncClient. updateQueue(UpdateQueueRequest updateQueueRequest)Updates the compute node group configuration of a queue.
-