| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMonitorEvaluationsResponse |
ForecastClient.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 ListMonitorEvaluationsResponse |
ForecastClient.listMonitorEvaluations(ListMonitorEvaluationsRequest listMonitorEvaluationsRequest)
Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during
different windows of time.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMonitorEvaluationsResponse> |
ListMonitorEvaluationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitorEvaluationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMonitorEvaluationsResponse> subscriber) |
Copyright © 2023. All rights reserved.