Uses of Interface
software.amazon.awssdk.services.pcs.PcsBaseClientBuilder
-
Packages that use PcsBaseClientBuilder 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 PcsBaseClientBuilder in software.amazon.awssdk.services.pcs
Classes in software.amazon.awssdk.services.pcs with type parameters of type PcsBaseClientBuilder Modifier and Type Interface Description interfacePcsBaseClientBuilder<B extends PcsBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Parallel Computing Service that is supported by bothPcsClientBuilderandPcsAsyncClientBuilder.Subinterfaces of PcsBaseClientBuilder in software.amazon.awssdk.services.pcs Modifier and Type Interface Description interfacePcsAsyncClientBuilderA builder for creating an instance ofPcsAsyncClient.interfacePcsClientBuilderA builder for creating an instance ofPcsClient.
-