Uses of Class
software.amazon.awssdk.services.forecast.paginators.ListMonitorEvaluationsPublisher
-
Packages that use ListMonitorEvaluationsPublisher Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources. -
-
Uses of ListMonitorEvaluationsPublisher in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListMonitorEvaluationsPublisher Modifier and Type Method Description default ListMonitorEvaluationsPublisherForecastAsyncClient. listMonitorEvaluationsPaginator(Consumer<ListMonitorEvaluationsRequest.Builder> listMonitorEvaluationsRequest)Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during different windows of time.default ListMonitorEvaluationsPublisherForecastAsyncClient. listMonitorEvaluationsPaginator(ListMonitorEvaluationsRequest listMonitorEvaluationsRequest)Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during different windows of time.
-