Uses of Class
software.amazon.awssdk.services.pcs.model.CreateComputeNodeGroupResponse
-
Packages that use CreateComputeNodeGroupResponse 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 CreateComputeNodeGroupResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return CreateComputeNodeGroupResponse Modifier and Type Method Description default CreateComputeNodeGroupResponsePcsClient. createComputeNodeGroup(Consumer<CreateComputeNodeGroupRequest.Builder> createComputeNodeGroupRequest)Creates a managed set of compute nodes.default CreateComputeNodeGroupResponsePcsClient. createComputeNodeGroup(CreateComputeNodeGroupRequest createComputeNodeGroupRequest)Creates a managed set of compute nodes.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type CreateComputeNodeGroupResponse Modifier and Type Method Description default CompletableFuture<CreateComputeNodeGroupResponse>PcsAsyncClient. createComputeNodeGroup(Consumer<CreateComputeNodeGroupRequest.Builder> createComputeNodeGroupRequest)Creates a managed set of compute nodes.default CompletableFuture<CreateComputeNodeGroupResponse>PcsAsyncClient. createComputeNodeGroup(CreateComputeNodeGroupRequest createComputeNodeGroupRequest)Creates a managed set of compute nodes.
-