Uses of Interface
software.amazon.awssdk.services.forecastquery.ForecastqueryBaseClientBuilder
-
Packages that use ForecastqueryBaseClientBuilder Package Description software.amazon.awssdk.services.forecastquery Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ForecastqueryBaseClientBuilder in software.amazon.awssdk.services.forecastquery
Classes in software.amazon.awssdk.services.forecastquery with type parameters of type ForecastqueryBaseClientBuilder Modifier and Type Interface Description interfaceForecastqueryBaseClientBuilder<B extends ForecastqueryBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Forecast Query Service that is supported by bothForecastqueryClientBuilderandForecastqueryAsyncClientBuilder.Subinterfaces of ForecastqueryBaseClientBuilder in software.amazon.awssdk.services.forecastquery Modifier and Type Interface Description interfaceForecastqueryAsyncClientBuilderA builder for creating an instance ofForecastqueryAsyncClient.interfaceForecastqueryClientBuilderA builder for creating an instance ofForecastqueryClient.
-