| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.clone() |
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withCreationTime(Date creationTime)
When the what-if forecast export was created.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withDestination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withMessage(String message)
If an error occurred, an informational message about the error.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withStatus(String status)
The status of the what-if forecast export.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withWhatIfForecastArns(Collection<String> whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withWhatIfForecastArns(String... whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that define the what-if forecasts included in the export.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withWhatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export.
|
WhatIfForecastExportSummary |
WhatIfForecastExportSummary.withWhatIfForecastExportName(String whatIfForecastExportName)
The what-if forecast export name.
|
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfForecastExportSummary> |
ListWhatIfForecastExportsResult.getWhatIfForecastExports()
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastExportsResult |
ListWhatIfForecastExportsResult.withWhatIfForecastExports(WhatIfForecastExportSummary... whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWhatIfForecastExportsResult.setWhatIfForecastExports(Collection<WhatIfForecastExportSummary> whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
ListWhatIfForecastExportsResult |
ListWhatIfForecastExportsResult.withWhatIfForecastExports(Collection<WhatIfForecastExportSummary> whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
Copyright © 2025. All rights reserved.