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