Uses of Class
software.amazon.awssdk.services.forecast.model.CreateForecastExportJobResponse
-
Packages that use CreateForecastExportJobResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of CreateForecastExportJobResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return CreateForecastExportJobResponse Modifier and Type Method Description default CreateForecastExportJobResponseForecastClient. createForecastExportJob(Consumer<CreateForecastExportJobRequest.Builder> createForecastExportJobRequest)Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.default CreateForecastExportJobResponseForecastClient. createForecastExportJob(CreateForecastExportJobRequest createForecastExportJobRequest)Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type CreateForecastExportJobResponse Modifier and Type Method Description default CompletableFuture<CreateForecastExportJobResponse>ForecastAsyncClient. createForecastExportJob(Consumer<CreateForecastExportJobRequest.Builder> createForecastExportJobRequest)Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.default CompletableFuture<CreateForecastExportJobResponse>ForecastAsyncClient. createForecastExportJob(CreateForecastExportJobRequest createForecastExportJobRequest)Exports a forecast created by the CreateForecast operation to your Amazon Simple Storage Service (Amazon S3) bucket.
-