Uses of Interface
software.amazon.awssdk.services.batch.BatchBaseClientBuilder
-
Packages that use BatchBaseClientBuilder Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of BatchBaseClientBuilder in software.amazon.awssdk.services.batch
Classes in software.amazon.awssdk.services.batch with type parameters of type BatchBaseClientBuilder Modifier and Type Interface Description interfaceBatchBaseClientBuilder<B extends BatchBaseClientBuilder<B,C>,C>This includes configuration specific to AWS Batch that is supported by bothBatchClientBuilderandBatchAsyncClientBuilder.Subinterfaces of BatchBaseClientBuilder in software.amazon.awssdk.services.batch Modifier and Type Interface Description interfaceBatchAsyncClientBuilderA builder for creating an instance ofBatchAsyncClient.interfaceBatchClientBuilderA builder for creating an instance ofBatchClient.
-