| 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 ListMonitorsResponse |
ForecastClient.listMonitors(ListMonitorsRequest listMonitorsRequest)
Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor
operation.
|
default CompletableFuture<ListMonitorsResponse> |
ForecastAsyncClient.listMonitors(ListMonitorsRequest listMonitorsRequest)
Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor
operation.
|
default ListMonitorsIterable |
ForecastClient.listMonitorsPaginator(ListMonitorsRequest listMonitorsRequest)
Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor
operation.
|
default ListMonitorsPublisher |
ForecastAsyncClient.listMonitorsPaginator(ListMonitorsRequest listMonitorsRequest)
Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor
operation.
|
| Constructor and Description |
|---|
ListMonitorsIterable(ForecastClient client,
ListMonitorsRequest firstRequest) |
ListMonitorsPublisher(ForecastAsyncClient client,
ListMonitorsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMonitorsRequestMarshaller.marshall(ListMonitorsRequest listMonitorsRequest) |
Copyright © 2023. All rights reserved.