Uses of Class
software.amazon.awssdk.services.forecast.model.CreateWhatIfForecastResponse
-
Packages that use CreateWhatIfForecastResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of CreateWhatIfForecastResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return CreateWhatIfForecastResponse Modifier and Type Method Description default CreateWhatIfForecastResponseForecastClient. createWhatIfForecast(Consumer<CreateWhatIfForecastRequest.Builder> createWhatIfForecastRequest)A what-if forecast is a forecast that is created from a modified version of the baseline forecast.default CreateWhatIfForecastResponseForecastClient. createWhatIfForecast(CreateWhatIfForecastRequest createWhatIfForecastRequest)A what-if forecast is a forecast that is created from a modified version of the baseline forecast.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type CreateWhatIfForecastResponse Modifier and Type Method Description default CompletableFuture<CreateWhatIfForecastResponse>ForecastAsyncClient. createWhatIfForecast(Consumer<CreateWhatIfForecastRequest.Builder> createWhatIfForecastRequest)A what-if forecast is a forecast that is created from a modified version of the baseline forecast.default CompletableFuture<CreateWhatIfForecastResponse>ForecastAsyncClient. createWhatIfForecast(CreateWhatIfForecastRequest createWhatIfForecastRequest)A what-if forecast is a forecast that is created from a modified version of the baseline forecast.
-