| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| software.amazon.awssdk.services.forecast.paginators | |
| software.amazon.awssdk.services.forecast.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListMonitorEvaluationsIterable |
ForecastClient.listMonitorEvaluationsPaginator(ListMonitorEvaluationsRequest listMonitorEvaluationsRequest)
Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during
different windows of time.
|
default ListMonitorEvaluationsPublisher |
ForecastAsyncClient.listMonitorEvaluationsPaginator(ListMonitorEvaluationsRequest listMonitorEvaluationsRequest)
Returns a list of the monitoring evaluation results and predictor events collected by the monitor resource during
different windows of time.
|
| Constructor and Description |
|---|
ListMonitorEvaluationsIterable(ForecastClient client,
ListMonitorEvaluationsRequest firstRequest) |
ListMonitorEvaluationsPublisher(ForecastAsyncClient client,
ListMonitorEvaluationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMonitorEvaluationsRequestMarshaller.marshall(ListMonitorEvaluationsRequest listMonitorEvaluationsRequest) |
Copyright © 2023. All rights reserved.