Uses of Class
software.amazon.awssdk.services.pcs.model.CreateClusterResponse
-
Packages that use CreateClusterResponse 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 CreateClusterResponse in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return CreateClusterResponse Modifier and Type Method Description default CreateClusterResponsePcsClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates a cluster in your account.default CreateClusterResponsePcsClient. createCluster(CreateClusterRequest createClusterRequest)Creates a cluster in your account.Methods in software.amazon.awssdk.services.pcs that return types with arguments of type CreateClusterResponse Modifier and Type Method Description default CompletableFuture<CreateClusterResponse>PcsAsyncClient. createCluster(Consumer<CreateClusterRequest.Builder> createClusterRequest)Creates a cluster in your account.default CompletableFuture<CreateClusterResponse>PcsAsyncClient. createCluster(CreateClusterRequest createClusterRequest)Creates a cluster in your account.
-