Uses of Interface
software.amazon.awssdk.services.athena.AthenaBaseClientBuilder
-
Packages that use AthenaBaseClientBuilder Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. -
-
Uses of AthenaBaseClientBuilder in software.amazon.awssdk.services.athena
Classes in software.amazon.awssdk.services.athena with type parameters of type AthenaBaseClientBuilder Modifier and Type Interface Description interfaceAthenaBaseClientBuilder<B extends AthenaBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Athena that is supported by bothAthenaClientBuilderandAthenaAsyncClientBuilder.Subinterfaces of AthenaBaseClientBuilder in software.amazon.awssdk.services.athena Modifier and Type Interface Description interfaceAthenaAsyncClientBuilderA builder for creating an instance ofAthenaAsyncClient.interfaceAthenaClientBuilderA builder for creating an instance ofAthenaClient.
-