| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeWhatIfAnalysisResponse |
ForecastClient.describeWhatIfAnalysis(Consumer<DescribeWhatIfAnalysisRequest.Builder> describeWhatIfAnalysisRequest)
Describes the what-if analysis created using the CreateWhatIfAnalysis operation.
|
default DescribeWhatIfAnalysisResponse |
ForecastClient.describeWhatIfAnalysis(DescribeWhatIfAnalysisRequest describeWhatIfAnalysisRequest)
Describes the what-if analysis created using the CreateWhatIfAnalysis operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeWhatIfAnalysisResponse> |
ForecastAsyncClient.describeWhatIfAnalysis(Consumer<DescribeWhatIfAnalysisRequest.Builder> describeWhatIfAnalysisRequest)
Describes the what-if analysis created using the CreateWhatIfAnalysis operation.
|
default CompletableFuture<DescribeWhatIfAnalysisResponse> |
ForecastAsyncClient.describeWhatIfAnalysis(DescribeWhatIfAnalysisRequest describeWhatIfAnalysisRequest)
Describes the what-if analysis created using the CreateWhatIfAnalysis operation.
|
Copyright © 2023. All rights reserved.