Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListForecastsIterable
-
Packages that use ListForecastsIterable Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListForecastsIterable in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListForecastsIterable Modifier and Type Method Description default ListForecastsIterableForecastClient. listForecastsPaginator(Consumer<ListForecastsRequest.Builder> listForecastsRequest)This is a variant ofForecastClient.listForecasts(software.amazon.awssdk.services.forecast.model.ListForecastsRequest)operation.default ListForecastsIterableForecastClient. listForecastsPaginator(ListForecastsRequest listForecastsRequest)This is a variant ofForecastClient.listForecasts(software.amazon.awssdk.services.forecast.model.ListForecastsRequest)operation.
-