Uses of Class
software.amazon.awssdk.services.forecast.model.CreateWhatIfForecastRequest
-
Packages that use CreateWhatIfForecastRequest Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.transform -
-
Uses of CreateWhatIfForecastRequest in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast with parameters of type CreateWhatIfForecastRequest Modifier and Type Method Description 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.default CreateWhatIfForecastResponseForecastClient. createWhatIfForecast(CreateWhatIfForecastRequest createWhatIfForecastRequest)A what-if forecast is a forecast that is created from a modified version of the baseline forecast. -
Uses of CreateWhatIfForecastRequest in software.amazon.awssdk.services.forecast.transform
Methods in software.amazon.awssdk.services.forecast.transform with parameters of type CreateWhatIfForecastRequest Modifier and Type Method Description SdkHttpFullRequestCreateWhatIfForecastRequestMarshaller. marshall(CreateWhatIfForecastRequest createWhatIfForecastRequest)
-