Uses of Class
software.amazon.awssdk.services.forecast.model.DescribeWhatIfForecastExportRequest
-
Packages that use DescribeWhatIfForecastExportRequest Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.transform -
-
Uses of DescribeWhatIfForecastExportRequest in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast with parameters of type DescribeWhatIfForecastExportRequest Modifier and Type Method Description default CompletableFuture<DescribeWhatIfForecastExportResponse>ForecastAsyncClient. describeWhatIfForecastExport(DescribeWhatIfForecastExportRequest describeWhatIfForecastExportRequest)Describes the what-if forecast export created using the CreateWhatIfForecastExport operation.default DescribeWhatIfForecastExportResponseForecastClient. describeWhatIfForecastExport(DescribeWhatIfForecastExportRequest describeWhatIfForecastExportRequest)Describes the what-if forecast export created using the CreateWhatIfForecastExport operation. -
Uses of DescribeWhatIfForecastExportRequest in software.amazon.awssdk.services.forecast.transform
Methods in software.amazon.awssdk.services.forecast.transform with parameters of type DescribeWhatIfForecastExportRequest Modifier and Type Method Description SdkHttpFullRequestDescribeWhatIfForecastExportRequestMarshaller. marshall(DescribeWhatIfForecastExportRequest describeWhatIfForecastExportRequest)
-