Uses of Class
software.amazon.awssdk.services.forecast.model.DescribeWhatIfForecastResponse
-
Packages that use DescribeWhatIfForecastResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of DescribeWhatIfForecastResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return DescribeWhatIfForecastResponse Modifier and Type Method Description default DescribeWhatIfForecastResponseForecastClient. describeWhatIfForecast(Consumer<DescribeWhatIfForecastRequest.Builder> describeWhatIfForecastRequest)Describes the what-if forecast created using the CreateWhatIfForecast operation.default DescribeWhatIfForecastResponseForecastClient. describeWhatIfForecast(DescribeWhatIfForecastRequest describeWhatIfForecastRequest)Describes the what-if forecast created using the CreateWhatIfForecast operation.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type DescribeWhatIfForecastResponse Modifier and Type Method Description default CompletableFuture<DescribeWhatIfForecastResponse>ForecastAsyncClient. describeWhatIfForecast(Consumer<DescribeWhatIfForecastRequest.Builder> describeWhatIfForecastRequest)Describes the what-if forecast created using the CreateWhatIfForecast operation.default CompletableFuture<DescribeWhatIfForecastResponse>ForecastAsyncClient. describeWhatIfForecast(DescribeWhatIfForecastRequest describeWhatIfForecastRequest)Describes the what-if forecast created using the CreateWhatIfForecast operation.
-