| Package | Description |
|---|---|
| software.amazon.awssdk.services.forecast.model | |
| software.amazon.awssdk.services.forecast.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfForecastExportSummary> |
ListWhatIfForecastExportsResponse.whatIfForecastExports()
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastExportsResponse.Builder |
ListWhatIfForecastExportsResponse.Builder.whatIfForecastExports(WhatIfForecastExportSummary... whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastExportsResponse.Builder |
ListWhatIfForecastExportsResponse.Builder.whatIfForecastExports(Collection<WhatIfForecastExportSummary> whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<WhatIfForecastExportSummary> |
ListWhatIfForecastExportsIterable.whatIfForecastExports()
Returns an iterable to iterate through the paginated
ListWhatIfForecastExportsResponse.whatIfForecastExports() member. |
SdkPublisher<WhatIfForecastExportSummary> |
ListWhatIfForecastExportsPublisher.whatIfForecastExports()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.