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