Uses of Class
software.amazon.awssdk.services.forecast.model.DeleteWhatIfForecastResponse
-
Packages that use DeleteWhatIfForecastResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of DeleteWhatIfForecastResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return DeleteWhatIfForecastResponse Modifier and Type Method Description default DeleteWhatIfForecastResponseForecastClient. deleteWhatIfForecast(Consumer<DeleteWhatIfForecastRequest.Builder> deleteWhatIfForecastRequest)Deletes a what-if forecast created using the CreateWhatIfForecast operation.default DeleteWhatIfForecastResponseForecastClient. deleteWhatIfForecast(DeleteWhatIfForecastRequest deleteWhatIfForecastRequest)Deletes a what-if forecast created using the CreateWhatIfForecast operation.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type DeleteWhatIfForecastResponse Modifier and Type Method Description default CompletableFuture<DeleteWhatIfForecastResponse>ForecastAsyncClient. deleteWhatIfForecast(Consumer<DeleteWhatIfForecastRequest.Builder> deleteWhatIfForecastRequest)Deletes a what-if forecast created using the CreateWhatIfForecast operation.default CompletableFuture<DeleteWhatIfForecastResponse>ForecastAsyncClient. deleteWhatIfForecast(DeleteWhatIfForecastRequest deleteWhatIfForecastRequest)Deletes a what-if forecast created using the CreateWhatIfForecast operation.
-