| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.clone() |
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.withCreationTime(Date creationTime)
When the what-if analysis was created.
|
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.withForecastArn(String forecastArn)
The Amazon Resource Name (ARN) of the baseline forecast that is being used in this what-if analysis.
|
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.withMessage(String message)
If an error occurred, an informational message about the error.
|
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.withStatus(String status)
The status of the what-if analysis.
|
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.withWhatIfAnalysisArn(String whatIfAnalysisArn)
The Amazon Resource Name (ARN) of the what-if analysis.
|
WhatIfAnalysisSummary |
WhatIfAnalysisSummary.withWhatIfAnalysisName(String whatIfAnalysisName)
The name of the what-if analysis.
|
| Modifier and Type | Method and Description |
|---|---|
List<WhatIfAnalysisSummary> |
ListWhatIfAnalysesResult.getWhatIfAnalyses()
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfAnalysesResult |
ListWhatIfAnalysesResult.withWhatIfAnalyses(WhatIfAnalysisSummary... whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWhatIfAnalysesResult.setWhatIfAnalyses(Collection<WhatIfAnalysisSummary> whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
ListWhatIfAnalysesResult |
ListWhatIfAnalysesResult.withWhatIfAnalyses(Collection<WhatIfAnalysisSummary> whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
Copyright © 2023. All rights reserved.