Uses of Class
software.amazon.awssdk.services.forecast.model.S3Config
-
Packages that use S3Config Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of S3Config in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return S3Config Modifier and Type Method Description S3ConfigDataDestination. s3Config()The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.S3ConfigDataSource. s3Config()The path to the data stored in an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the data.S3ConfigTimeSeriesReplacementsDataSource. s3Config()Returns the value of the S3Config property for this object.Methods in software.amazon.awssdk.services.forecast.model with parameters of type S3Config Modifier and Type Method Description DataDestination.BuilderDataDestination.Builder. s3Config(S3Config s3Config)The path to an Amazon Simple Storage Service (Amazon S3) bucket along with the credentials to access the bucket.DataSource.BuilderDataSource.Builder. s3Config(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.TimeSeriesReplacementsDataSource.BuilderTimeSeriesReplacementsDataSource.Builder. s3Config(S3Config s3Config)Sets the value of the S3Config property for this object.
-