| 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 ListMonitorsResponse |
ForecastClient.listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)
Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor
operation.
|
default ListMonitorsResponse |
ForecastClient.listMonitors(ListMonitorsRequest listMonitorsRequest)
Returns a list of monitors created with the CreateMonitor operation and CreateAutoPredictor
operation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMonitorsResponse> |
ForecastAsyncClient.listMonitors(Consumer<ListMonitorsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMonitorsResponse> |
ListMonitorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMonitorsResponse> subscriber) |
Copyright © 2023. All rights reserved.