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)This is a variant ofForecastClient.listMonitors(software.amazon.awssdk.services.forecast.model.ListMonitorsRequest)operation.default ListMonitorsIterableForecastClient. listMonitorsPaginator(ListMonitorsRequest listMonitorsRequest)This is a variant ofForecastClient.listMonitors(software.amazon.awssdk.services.forecast.model.ListMonitorsRequest)operation.
-