| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model | |
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfForecastSummary> |
ListWhatIfForecastsResponse.whatIfForecasts()
An array of
WhatIfForecasts objects that describe the matched forecasts. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastsResponse.Builder |
ListWhatIfForecastsResponse.Builder.whatIfForecasts(WhatIfForecastSummary... whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastsResponse.Builder |
ListWhatIfForecastsResponse.Builder.whatIfForecasts(Collection<WhatIfForecastSummary> whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<WhatIfForecastSummary> |
ListWhatIfForecastsPublisher.whatIfForecasts()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<WhatIfForecastSummary> |
ListWhatIfForecastsIterable.whatIfForecasts()
Returns an iterable to iterate through the paginated
ListWhatIfForecastsResponse.whatIfForecasts()
member. |
Copyright © 2023. All rights reserved.