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