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