Uses of Class
software.amazon.awssdk.services.forecast.model.DeleteWhatIfForecastRequest
-
Packages that use DeleteWhatIfForecastRequest Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.transform -
-
Uses of DeleteWhatIfForecastRequest in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast with parameters of type DeleteWhatIfForecastRequest Modifier and Type Method Description default CompletableFuture<DeleteWhatIfForecastResponse>ForecastAsyncClient. deleteWhatIfForecast(DeleteWhatIfForecastRequest 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. -
Uses of DeleteWhatIfForecastRequest in software.amazon.awssdk.services.forecast.transform
Methods in software.amazon.awssdk.services.forecast.transform with parameters of type DeleteWhatIfForecastRequest Modifier and Type Method Description SdkHttpFullRequestDeleteWhatIfForecastRequestMarshaller. marshall(DeleteWhatIfForecastRequest deleteWhatIfForecastRequest)
-