| 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 ListPredictorsResponse |
ForecastClient.listPredictors(Consumer<ListPredictorsRequest.Builder> listPredictorsRequest)
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
|
default ListPredictorsResponse |
ForecastClient.listPredictors(ListPredictorsRequest listPredictorsRequest)
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPredictorsResponse> |
ForecastAsyncClient.listPredictors(Consumer<ListPredictorsRequest.Builder> listPredictorsRequest)
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
|
default CompletableFuture<ListPredictorsResponse> |
ForecastAsyncClient.listPredictors(ListPredictorsRequest listPredictorsRequest)
Returns a list of predictors created using the CreateAutoPredictor or CreatePredictor operations.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPredictorsResponse> |
ListPredictorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPredictorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPredictorsResponse> subscriber) |
Copyright © 2023. All rights reserved.