| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeWhatIfForecastResponse |
ForecastClient.describeWhatIfForecast(Consumer<DescribeWhatIfForecastRequest.Builder> describeWhatIfForecastRequest)
Describes the what-if forecast created using the CreateWhatIfForecast operation.
|
default DescribeWhatIfForecastResponse |
ForecastClient.describeWhatIfForecast(DescribeWhatIfForecastRequest describeWhatIfForecastRequest)
Describes the what-if forecast created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.