| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model | |
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PredictorSummary> |
ListPredictorsResponse.predictors()
An array of objects that summarize each predictor's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListPredictorsResponse.Builder |
ListPredictorsResponse.Builder.predictors(PredictorSummary... predictors)
An array of objects that summarize each predictor's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListPredictorsResponse.Builder |
ListPredictorsResponse.Builder.predictors(Collection<PredictorSummary> predictors)
An array of objects that summarize each predictor's properties.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PredictorSummary> |
ListPredictorsPublisher.predictors()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PredictorSummary> |
ListPredictorsIterable.predictors()
Returns an iterable to iterate through the paginated
ListPredictorsResponse.predictors() member. |
Copyright © 2020. All rights reserved.