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)This is a variant ofForecastClient.listPredictors(software.amazon.awssdk.services.forecast.model.ListPredictorsRequest)operation.default ListPredictorsIterableForecastClient. listPredictorsPaginator(ListPredictorsRequest listPredictorsRequest)This is a variant ofForecastClient.listPredictors(software.amazon.awssdk.services.forecast.model.ListPredictorsRequest)operation.
-