Uses of Class
software.amazon.awssdk.services.forecast.model.DeleteForecastResponse
-
Packages that use DeleteForecastResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of DeleteForecastResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return DeleteForecastResponse Modifier and Type Method Description default DeleteForecastResponseForecastClient. deleteForecast(Consumer<DeleteForecastRequest.Builder> deleteForecastRequest)Deletes a forecast created using the CreateForecast operation.default DeleteForecastResponseForecastClient. deleteForecast(DeleteForecastRequest deleteForecastRequest)Deletes a forecast created using the CreateForecast operation.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type DeleteForecastResponse Modifier and Type Method Description default CompletableFuture<DeleteForecastResponse>ForecastAsyncClient. deleteForecast(Consumer<DeleteForecastRequest.Builder> deleteForecastRequest)Deletes a forecast created using the CreateForecast operation.default CompletableFuture<DeleteForecastResponse>ForecastAsyncClient. deleteForecast(DeleteForecastRequest deleteForecastRequest)Deletes a forecast created using the CreateForecast operation.
-