Uses of Class
software.amazon.awssdk.services.pcs.model.ListComputeNodeGroupsResponse
-
Packages that use ListComputeNodeGroupsResponse 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.software.amazon.awssdk.services.pcs.paginators -
-
Uses of ListComputeNodeGroupsResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return ListComputeNodeGroupsResponse Modifier and Type Method Description default ListComputeNodeGroupsResponsePcsClient. listComputeNodeGroups(Consumer<ListComputeNodeGroupsRequest.Builder> listComputeNodeGroupsRequest)Returns a list of all compute node groups associated with a cluster.default ListComputeNodeGroupsResponsePcsClient. listComputeNodeGroups(ListComputeNodeGroupsRequest listComputeNodeGroupsRequest)Returns a list of all compute node groups associated with a cluster.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type ListComputeNodeGroupsResponse Modifier and Type Method Description default CompletableFuture<ListComputeNodeGroupsResponse>PcsAsyncClient. listComputeNodeGroups(Consumer<ListComputeNodeGroupsRequest.Builder> listComputeNodeGroupsRequest)Returns a list of all compute node groups associated with a cluster.default CompletableFuture<ListComputeNodeGroupsResponse>PcsAsyncClient. listComputeNodeGroups(ListComputeNodeGroupsRequest listComputeNodeGroupsRequest)Returns a list of all compute node groups associated with a cluster. -
Uses of ListComputeNodeGroupsResponse in software.amazon.awssdk.services.pcs.paginators
Methods in software.amazon.awssdk.services.pcs.paginators that return types with arguments of type ListComputeNodeGroupsResponse Modifier and Type Method Description Iterator<ListComputeNodeGroupsResponse>ListComputeNodeGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.pcs.paginators with type arguments of type ListComputeNodeGroupsResponse Modifier and Type Method Description voidListComputeNodeGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListComputeNodeGroupsResponse> subscriber)
-