| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
ForecastExportJobSummary |
ForecastExportJobSummary.clone() |
ForecastExportJobSummary |
ForecastExportJobSummary.withCreationTime(Date creationTime)
When the forecast export job was created.
|
ForecastExportJobSummary |
ForecastExportJobSummary.withDestination(DataDestination destination)
The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.
|
ForecastExportJobSummary |
ForecastExportJobSummary.withForecastExportJobArn(String forecastExportJobArn)
The Amazon Resource Name (ARN) of the forecast export job.
|
ForecastExportJobSummary |
ForecastExportJobSummary.withForecastExportJobName(String forecastExportJobName)
The name of the forecast export job.
|
ForecastExportJobSummary |
ForecastExportJobSummary.withLastModificationTime(Date lastModificationTime)
The last time the resource was modified.
|
ForecastExportJobSummary |
ForecastExportJobSummary.withMessage(String message)
If an error occurred, an informational message about the error.
|
ForecastExportJobSummary |
ForecastExportJobSummary.withStatus(String status)
The status of the forecast export job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ForecastExportJobSummary> |
ListForecastExportJobsResult.getForecastExportJobs()
An array of objects that summarize each export job's properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListForecastExportJobsResult |
ListForecastExportJobsResult.withForecastExportJobs(ForecastExportJobSummary... forecastExportJobs)
An array of objects that summarize each export job's properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListForecastExportJobsResult.setForecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)
An array of objects that summarize each export job's properties.
|
ListForecastExportJobsResult |
ListForecastExportJobsResult.withForecastExportJobs(Collection<ForecastExportJobSummary> forecastExportJobs)
An array of objects that summarize each export job's properties.
|
Copyright © 2022. All rights reserved.