| Package | Description |
|---|---|
| com.amazonaws.services.forecast |
Provides APIs for creating and managing Amazon Forecast resources.
|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.clone() |
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withDestination(DataDestination destination)
The location where you want to save the forecast and an Identity and Access Management (IAM) role that Amazon
Forecast can assume to access the location.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withFormat(String format)
The format of the exported data, CSV or PARQUET.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withTags(Collection<Tag> tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withTags(Tag... tags)
A list of tags to
apply to the what if forecast.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withWhatIfForecastArns(Collection<String> whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withWhatIfForecastArns(String... whatIfForecastArns)
The list of what-if forecast Amazon Resource Names (ARNs) to export.
|
CreateWhatIfForecastExportRequest |
CreateWhatIfForecastExportRequest.withWhatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast to export.
|
Copyright © 2023. All rights reserved.