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