Uses of Class
software.amazon.awssdk.services.pcs.model.UpdateComputeNodeGroupResponse
-
Packages that use UpdateComputeNodeGroupResponse 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 UpdateComputeNodeGroupResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return UpdateComputeNodeGroupResponse Modifier and Type Method Description default UpdateComputeNodeGroupResponsePcsClient. updateComputeNodeGroup(Consumer<UpdateComputeNodeGroupRequest.Builder> updateComputeNodeGroupRequest)Updates a compute node group.default UpdateComputeNodeGroupResponsePcsClient. updateComputeNodeGroup(UpdateComputeNodeGroupRequest updateComputeNodeGroupRequest)Updates a compute node group.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type UpdateComputeNodeGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateComputeNodeGroupResponse>PcsAsyncClient. updateComputeNodeGroup(Consumer<UpdateComputeNodeGroupRequest.Builder> updateComputeNodeGroupRequest)Updates a compute node group.default CompletableFuture<UpdateComputeNodeGroupResponse>PcsAsyncClient. updateComputeNodeGroup(UpdateComputeNodeGroupRequest updateComputeNodeGroupRequest)Updates a compute node group.
-