| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
S3Config |
S3Config.clone() |
S3Config |
DataDestination.getS3Config()
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
S3Config |
TimeSeriesReplacementsDataSource.getS3Config() |
S3Config |
DataSource.getS3Config()
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to
access the data.
|
S3Config |
S3Config.withKMSKeyArn(String kMSKeyArn)
The Amazon Resource Name (ARN) of an Key Management Service (KMS) key.
|
S3Config |
S3Config.withPath(String path)
The path to an Amazon Simple Storage Service (Amazon S3) bucket or file(s) in an Amazon S3 bucket.
|
S3Config |
S3Config.withRoleArn(String roleArn)
The ARN of the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the Amazon S3
bucket or files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataDestination.setS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
void |
TimeSeriesReplacementsDataSource.setS3Config(S3Config s3Config) |
void |
DataSource.setS3Config(S3Config s3Config)
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to
access the data.
|
DataDestination |
DataDestination.withS3Config(S3Config s3Config)
The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.
|
TimeSeriesReplacementsDataSource |
TimeSeriesReplacementsDataSource.withS3Config(S3Config s3Config) |
DataSource |
DataSource.withS3Config(S3Config s3Config)
The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to
access the data.
|
Copyright © 2023. All rights reserved.