Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListMonitorsIterable
-
Packages that use ListMonitorsIterable Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListMonitorsIterable in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListMonitorsIterable Modifier and Type Method Description default ListMonitorsIterableForecastClient. listMonitorsPaginator(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor operation.default ListMonitorsIterableForecastClient. listMonitorsPaginator(ListMonitorsRequest listMonitorsRequest)Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor operation.
-