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