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