| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
DataDestination |
DataDestination.clone() |
DataDestination |
DescribeForecastExportJobResult.getDestination()
The path to the AWS S3 bucket where the forecast is exported.
|
DataDestination |
CreateForecastExportJobRequest.getDestination()
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management
(IAM) role that Amazon Forecast can assume to access the bucket.
|
DataDestination |
ForecastExportJobSummary.getDestination()
The path to the S3 bucket where the forecast is stored.
|
DataDestination |
DataDestination.withS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeForecastExportJobResult.setDestination(DataDestination destination)
The path to the AWS S3 bucket where the forecast is exported.
|
void |
CreateForecastExportJobRequest.setDestination(DataDestination destination)
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management
(IAM) role that Amazon Forecast can assume to access the bucket.
|
void |
ForecastExportJobSummary.setDestination(DataDestination destination)
The path to the S3 bucket where the forecast is stored.
|
DescribeForecastExportJobResult |
DescribeForecastExportJobResult.withDestination(DataDestination destination)
The path to the AWS S3 bucket where the forecast is exported.
|
CreateForecastExportJobRequest |
CreateForecastExportJobRequest.withDestination(DataDestination destination)
The path to the Amazon S3 bucket where you want to save the forecast and an AWS Identity and Access Management
(IAM) role that Amazon Forecast can assume to access the bucket.
|
ForecastExportJobSummary |
ForecastExportJobSummary.withDestination(DataDestination destination)
The path to the S3 bucket where the forecast is stored.
|
Copyright © 2019. All rights reserved.