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