Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListWhatIfForecastsIterable
-
Packages that use ListWhatIfForecastsIterable Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListWhatIfForecastsIterable in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListWhatIfForecastsIterable Modifier and Type Method Description default ListWhatIfForecastsIterableForecastClient. listWhatIfForecastsPaginator(Consumer<ListWhatIfForecastsRequest.Builder> listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.default ListWhatIfForecastsIterableForecastClient. listWhatIfForecastsPaginator(ListWhatIfForecastsRequest listWhatIfForecastsRequest)Returns a list of what-if forecasts created using the CreateWhatIfForecast operation.
-