| 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 |
|---|---|
DescribeWhatIfForecastExportResult |
AbstractAmazonForecast.describeWhatIfForecastExport(DescribeWhatIfForecastExportRequest request) |
DescribeWhatIfForecastExportResult |
AmazonForecast.describeWhatIfForecastExport(DescribeWhatIfForecastExportRequest describeWhatIfForecastExportRequest)
Describes the what-if forecast export created using the CreateWhatIfForecastExport operation.
|
DescribeWhatIfForecastExportResult |
AmazonForecastClient.describeWhatIfForecastExport(DescribeWhatIfForecastExportRequest request)
Describes the what-if forecast export created using the CreateWhatIfForecastExport operation.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.clone() |
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withCreationTime(Date creationTime)
When the what-if forecast export was created.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withDestination(DataDestination destination) |
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withEstimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)
The approximate time remaining to complete the what-if forecast export, in minutes.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withFormat(String format)
The format of the exported data, CSV or PARQUET.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withStatus(String status)
The status of the what-if forecast.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withWhatIfForecastArns(Collection<String> whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this resource.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withWhatIfForecastArns(String... whatIfForecastArns)
An array of Amazon Resource Names (ARNs) that represent all of the what-if forecasts exported in this resource.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withWhatIfForecastExportArn(String whatIfForecastExportArn)
The Amazon Resource Name (ARN) of the what-if forecast export.
|
DescribeWhatIfForecastExportResult |
DescribeWhatIfForecastExportResult.withWhatIfForecastExportName(String whatIfForecastExportName)
The name of the what-if forecast export.
|
Copyright © 2023. All rights reserved.