Uses of Interface
software.amazon.awssdk.services.timestreamquery.TimestreamQueryBaseClientBuilder
-
Packages that use TimestreamQueryBaseClientBuilder Package Description software.amazon.awssdk.services.timestreamquery Amazon Timestream Query -
-
Uses of TimestreamQueryBaseClientBuilder in software.amazon.awssdk.services.timestreamquery
Classes in software.amazon.awssdk.services.timestreamquery with type parameters of type TimestreamQueryBaseClientBuilder Modifier and Type Interface Description interfaceTimestreamQueryBaseClientBuilder<B extends TimestreamQueryBaseClientBuilder<B,C>,C>This includes configuration specific to Timestream Query that is supported by bothTimestreamQueryClientBuilderandTimestreamQueryAsyncClientBuilder.Subinterfaces of TimestreamQueryBaseClientBuilder in software.amazon.awssdk.services.timestreamquery Modifier and Type Interface Description interfaceTimestreamQueryAsyncClientBuilderA builder for creating an instance ofTimestreamQueryAsyncClient.interfaceTimestreamQueryClientBuilderA builder for creating an instance ofTimestreamQueryClient.
-