Uses of Class
software.amazon.awssdk.services.forecast.model.CreateWhatIfAnalysisResponse
-
Packages that use CreateWhatIfAnalysisResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of CreateWhatIfAnalysisResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return CreateWhatIfAnalysisResponse Modifier and Type Method Description default CreateWhatIfAnalysisResponseForecastClient. createWhatIfAnalysis(Consumer<CreateWhatIfAnalysisRequest.Builder> createWhatIfAnalysisRequest)What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and compare the forecasts generated by these changes against the baseline, unchanged time series.default CreateWhatIfAnalysisResponseForecastClient. createWhatIfAnalysis(CreateWhatIfAnalysisRequest createWhatIfAnalysisRequest)What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and compare the forecasts generated by these changes against the baseline, unchanged time series.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type CreateWhatIfAnalysisResponse Modifier and Type Method Description default CompletableFuture<CreateWhatIfAnalysisResponse>ForecastAsyncClient. createWhatIfAnalysis(Consumer<CreateWhatIfAnalysisRequest.Builder> createWhatIfAnalysisRequest)What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and compare the forecasts generated by these changes against the baseline, unchanged time series.default CompletableFuture<CreateWhatIfAnalysisResponse>ForecastAsyncClient. createWhatIfAnalysis(CreateWhatIfAnalysisRequest createWhatIfAnalysisRequest)What-if analysis is a scenario modeling technique where you make a hypothetical change to a time series and compare the forecasts generated by these changes against the baseline, unchanged time series.
-