Uses of Interface
software.amazon.awssdk.services.pcs.PcsClient
-
Packages that use PcsClient 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 PcsClient in software.amazon.awssdk.services.pcs
Methods in software.amazon.awssdk.services.pcs that return PcsClient Modifier and Type Method Description static PcsClientPcsClient. create()Create aPcsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of PcsClient in software.amazon.awssdk.services.pcs.paginators
Constructors in software.amazon.awssdk.services.pcs.paginators with parameters of type PcsClient Constructor Description ListClustersIterable(PcsClient client, ListClustersRequest firstRequest)ListComputeNodeGroupsIterable(PcsClient client, ListComputeNodeGroupsRequest firstRequest)ListQueuesIterable(PcsClient client, ListQueuesRequest firstRequest)
-