Uses of Class
software.amazon.awssdk.services.pcs.model.GetComputeNodeGroupResponse
-
Packages that use GetComputeNodeGroupResponse 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 GetComputeNodeGroupResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return GetComputeNodeGroupResponse Modifier and Type Method Description default GetComputeNodeGroupResponsePcsClient. getComputeNodeGroup(Consumer<GetComputeNodeGroupRequest.Builder> getComputeNodeGroupRequest)Returns detailed information about a compute node group.default GetComputeNodeGroupResponsePcsClient. getComputeNodeGroup(GetComputeNodeGroupRequest getComputeNodeGroupRequest)Returns detailed information about a compute node group.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type GetComputeNodeGroupResponse Modifier and Type Method Description default CompletableFuture<GetComputeNodeGroupResponse>PcsAsyncClient. getComputeNodeGroup(Consumer<GetComputeNodeGroupRequest.Builder> getComputeNodeGroupRequest)Returns detailed information about a compute node group.default CompletableFuture<GetComputeNodeGroupResponse>PcsAsyncClient. getComputeNodeGroup(GetComputeNodeGroupRequest getComputeNodeGroupRequest)Returns detailed information about a compute node group.
-