Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListPredictorsPublisher
-
Packages that use ListPredictorsPublisher Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListPredictorsPublisher in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListPredictorsPublisher Modifier and Type Method Description default ListPredictorsPublisherForecastAsyncClient. listPredictorsPaginator(Consumer<ListPredictorsRequest.Builder> listPredictorsRequest)Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.default ListPredictorsPublisherForecastAsyncClient. listPredictorsPaginator(ListPredictorsRequest listPredictorsRequest)Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
-