Uses of Class
software.amazon.awssdk.services.pcs.model.GetClusterResponse
-
Packages that use GetClusterResponse 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 GetClusterResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return GetClusterResponse Modifier and Type Method Description default GetClusterResponsePcsClient. getCluster(Consumer<GetClusterRequest.Builder> getClusterRequest)Returns detailed information about a running cluster in your account.default GetClusterResponsePcsClient. getCluster(GetClusterRequest getClusterRequest)Returns detailed information about a running cluster in your account.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type GetClusterResponse Modifier and Type Method Description default CompletableFuture<GetClusterResponse>PcsAsyncClient. getCluster(Consumer<GetClusterRequest.Builder> getClusterRequest)Returns detailed information about a running cluster in your account.default CompletableFuture<GetClusterResponse>PcsAsyncClient. getCluster(GetClusterRequest getClusterRequest)Returns detailed information about a running cluster in your account.
-