| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
SupplementaryFeature |
SupplementaryFeature.clone() |
SupplementaryFeature |
SupplementaryFeature.withName(String name)
The name of the feature.
|
SupplementaryFeature |
SupplementaryFeature.withValue(String value)
One of the following 2 letter country codes:
|
| Modifier and Type | Method and Description |
|---|---|
List<SupplementaryFeature> |
InputDataConfig.getSupplementaryFeatures()
An array of supplementary features.
|
| Modifier and Type | Method and Description |
|---|---|
InputDataConfig |
InputDataConfig.withSupplementaryFeatures(SupplementaryFeature... supplementaryFeatures)
An array of supplementary features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputDataConfig.setSupplementaryFeatures(Collection<SupplementaryFeature> supplementaryFeatures)
An array of supplementary features.
|
InputDataConfig |
InputDataConfig.withSupplementaryFeatures(Collection<SupplementaryFeature> supplementaryFeatures)
An array of supplementary features.
|
Copyright © 2019. All rights reserved.