Uses of Interface
software.amazon.awssdk.services.forecast.ForecastBaseClientBuilder
-
Packages that use ForecastBaseClientBuilder Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ForecastBaseClientBuilder in software.amazon.awssdk.services.forecast
Classes in software.amazon.awssdk.services.forecast with type parameters of type ForecastBaseClientBuilder Modifier and Type Interface Description interfaceForecastBaseClientBuilder<B extends ForecastBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Forecast Service that is supported by bothForecastClientBuilderandForecastAsyncClientBuilder.Subinterfaces of ForecastBaseClientBuilder in software.amazon.awssdk.services.forecast Modifier and Type Interface Description interfaceForecastAsyncClientBuilderA builder for creating an instance ofForecastAsyncClient.interfaceForecastClientBuilderA builder for creating an instance ofForecastClient.
-