Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListWhatIfForecastExportsIterable
-
Packages that use ListWhatIfForecastExportsIterable Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListWhatIfForecastExportsIterable in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListWhatIfForecastExportsIterable Modifier and Type Method Description default ListWhatIfForecastExportsIterableForecastClient. listWhatIfForecastExportsPaginator(Consumer<ListWhatIfForecastExportsRequest.Builder> listWhatIfForecastExportsRequest)Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.default ListWhatIfForecastExportsIterableForecastClient. listWhatIfForecastExportsPaginator(ListWhatIfForecastExportsRequest listWhatIfForecastExportsRequest)Returns a list of what-if forecast exports created using the CreateWhatIfForecastExport operation.
-