Uses of Class
software.amazon.awssdk.services.forecast.model.ListMonitorEvaluationsResponse
-
Packages that use ListMonitorEvaluationsResponse Package Description software.amazon.awssdk.services.forecast Provides APIs for creating and managing Amazon Forecast resources.software.amazon.awssdk.services.forecast.paginators -
-
Uses of ListMonitorEvaluationsResponse in software.amazon.awssdk.services.forecast
Methods in software.amazon.awssdk.services.forecast that return ListMonitorEvaluationsResponse Modifier and Type Method Description default ListMonitorEvaluationsResponseForecastClient. listMonitorEvaluations(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 ListMonitorEvaluationsResponseForecastClient. listMonitorEvaluations(ListMonitorEvaluationsRequest listMonitorEvaluationsRequest)Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during different windows of time.Methods in software.amazon.awssdk.services.forecast that return types with arguments of type ListMonitorEvaluationsResponse Modifier and Type Method Description default CompletableFuture<ListMonitorEvaluationsResponse>ForecastAsyncClient. listMonitorEvaluations(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 CompletableFuture<ListMonitorEvaluationsResponse>ForecastAsyncClient. listMonitorEvaluations(ListMonitorEvaluationsRequest listMonitorEvaluationsRequest)Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during different windows of time. -
Uses of ListMonitorEvaluationsResponse in software.amazon.awssdk.services.forecast.paginators
Methods in software.amazon.awssdk.services.forecast.paginators that return types with arguments of type ListMonitorEvaluationsResponse Modifier and Type Method Description Iterator<ListMonitorEvaluationsResponse>ListMonitorEvaluationsIterable. iterator()Method parameters in software.amazon.awssdk.services.forecast.paginators with type arguments of type ListMonitorEvaluationsResponse Modifier and Type Method Description voidListMonitorEvaluationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListMonitorEvaluationsResponse> subscriber)
-