Uses of Interface
software.amazon.awssdk.services.timestreaminfluxdb.TimestreamInfluxDbBaseClientBuilder
-
Packages that use TimestreamInfluxDbBaseClientBuilder Package Description software.amazon.awssdk.services.timestreaminfluxdb Amazon Timestream for InfluxDB is a managed time-series database engine that makes it easy for application developers and DevOps teams to run InfluxDB databases on AWS for near real-time time-series applications using open-source APIs. -
-
Uses of TimestreamInfluxDbBaseClientBuilder in software.amazon.awssdk.services.timestreaminfluxdb
Classes in software.amazon.awssdk.services.timestreaminfluxdb with type parameters of type TimestreamInfluxDbBaseClientBuilder Modifier and Type Interface Description interfaceTimestreamInfluxDbBaseClientBuilder<B extends TimestreamInfluxDbBaseClientBuilder<B,C>,C>This includes configuration specific to Timestream InfluxDB that is supported by bothTimestreamInfluxDbClientBuilderandTimestreamInfluxDbAsyncClientBuilder.Subinterfaces of TimestreamInfluxDbBaseClientBuilder in software.amazon.awssdk.services.timestreaminfluxdb Modifier and Type Interface Description interfaceTimestreamInfluxDbAsyncClientBuilderA builder for creating an instance ofTimestreamInfluxDbAsyncClient.interfaceTimestreamInfluxDbClientBuilderA builder for creating an instance ofTimestreamInfluxDbClient.
-