| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
WhatIfForecastSummary |
WhatIfForecastSummary.clone() |
WhatIfForecastSummary |
WhatIfForecastSummary.withCreationTime(Date creationTime)
When the what-if forecast was created.
|
WhatIfForecastSummary |
WhatIfForecastSummary.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
WhatIfForecastSummary |
WhatIfForecastSummary.withMessage(String message)
If an error occurred, an informational message about the error.
|
WhatIfForecastSummary |
WhatIfForecastSummary.withStatus(String status)
The status of the what-if forecast.
|
WhatIfForecastSummary |
WhatIfForecastSummary.withWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis that contains this what-if forecast.
|
WhatIfForecastSummary |
WhatIfForecastSummary.withWhatIfForecastArn(String whatIfForecastArn)
The Amazon Resource Name (ARN) of the what-if forecast.
|
WhatIfForecastSummary |
WhatIfForecastSummary.withWhatIfForecastName(String whatIfForecastName)
The name of the what-if forecast.
|
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfForecastSummary> |
ListWhatIfForecastsResult.getWhatIfForecasts()
An array of
WhatIfForecasts objects that describe the matched forecasts. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastsResult |
ListWhatIfForecastsResult.withWhatIfForecasts(WhatIfForecastSummary... whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWhatIfForecastsResult.setWhatIfForecasts(Collection<WhatIfForecastSummary> whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
ListWhatIfForecastsResult |
ListWhatIfForecastsResult.withWhatIfForecasts(Collection<WhatIfForecastSummary> whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
Copyright © 2025. All rights reserved.