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