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