| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteWhatIfForecastResult> |
AbstractAmazonForecastAsync.deleteWhatIfForecastAsync(DeleteWhatIfForecastRequest request,
AsyncHandler<DeleteWhatIfForecastRequest,DeleteWhatIfForecastResult> asyncHandler) |
Future<DeleteWhatIfForecastResult> |
AmazonForecastAsyncClient.deleteWhatIfForecastAsync(DeleteWhatIfForecastRequest request,
AsyncHandler<DeleteWhatIfForecastRequest,DeleteWhatIfForecastResult> asyncHandler) |
Future<DeleteWhatIfForecastResult> |
AmazonForecastAsync.deleteWhatIfForecastAsync(DeleteWhatIfForecastRequest deleteWhatIfForecastRequest,
AsyncHandler<DeleteWhatIfForecastRequest,DeleteWhatIfForecastResult> asyncHandler)
Deletes a what-if forecast created using the CreateWhatIfForecast operation.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteWhatIfForecastRequest |
DeleteWhatIfForecastRequest.clone() |
DeleteWhatIfForecastRequest |
DeleteWhatIfForecastRequest.withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast that you want to delete.
|
Copyright © 2024. All rights reserved.