Uses of Class
software.amazon.awssdk.services.pcs.model.DeleteComputeNodeGroupResponse
-
Packages that use DeleteComputeNodeGroupResponse 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 DeleteComputeNodeGroupResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return DeleteComputeNodeGroupResponse Modifier and Type Method Description default DeleteComputeNodeGroupResponsePcsClient. deleteComputeNodeGroup(Consumer<DeleteComputeNodeGroupRequest.Builder> deleteComputeNodeGroupRequest)Deletes a compute node group.default DeleteComputeNodeGroupResponsePcsClient. deleteComputeNodeGroup(DeleteComputeNodeGroupRequest deleteComputeNodeGroupRequest)Deletes a compute node group.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type DeleteComputeNodeGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteComputeNodeGroupResponse>PcsAsyncClient. deleteComputeNodeGroup(Consumer<DeleteComputeNodeGroupRequest.Builder> deleteComputeNodeGroupRequest)Deletes a compute node group.default CompletableFuture<DeleteComputeNodeGroupResponse>PcsAsyncClient. deleteComputeNodeGroup(DeleteComputeNodeGroupRequest deleteComputeNodeGroupRequest)Deletes a compute node group.
-