Uses of Class
software.amazon.awssdk.services.forecast.model.CreateWhatIfForecastExportRequest
-
Packages that use CreateWhatIfForecastExportRequest Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.transform -
-
Uses of CreateWhatIfForecastExportRequest in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast with parameters of type CreateWhatIfForecastExportRequest Modifier and Type Method Description default CompletableFuture<CreateWhatIfForecastExportResponse>ForecastAsyncClient. createWhatIfForecastExport(CreateWhatIfForecastExportRequest createWhatIfForecastExportRequest)Exports a forecast created by the CreateWhatIfForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.default CreateWhatIfForecastExportResponseForecastClient. createWhatIfForecastExport(CreateWhatIfForecastExportRequest createWhatIfForecastExportRequest)Exports a forecast created by the CreateWhatIfForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket. -
Uses of CreateWhatIfForecastExportRequest in software.amazon.awssdk.services.forecast.transform
Methods in software.amazon.awssdk.services.forecast.transform with parameters of type CreateWhatIfForecastExportRequest Modifier and Type Method Description SdkHttpFullRequestCreateWhatIfForecastExportRequestMarshaller. marshall(CreateWhatIfForecastExportRequest createWhatIfForecastExportRequest)
-