Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListForecastsPublisher
-
Packages that use ListForecastsPublisher Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListForecastsPublisher in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListForecastsPublisher Modifier and Type Method Description default ListForecastsPublisherForecastAsyncClient. listForecastsPaginator(Consumer<ListForecastsRequest.Builder> listForecastsRequest)Returns a list of forecasts created using the CreateForecast operation.default ListForecastsPublisherForecastAsyncClient. listForecastsPaginator(ListForecastsRequest listForecastsRequest)Returns a list of forecasts created using the CreateForecast operation.
-