Uses of Class
software.amazon.awssdk.services.forecast.model.SupplementaryFeature
-
Packages that use SupplementaryFeature Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of SupplementaryFeature in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type SupplementaryFeature Modifier and Type Method Description List<SupplementaryFeature>InputDataConfig. supplementaryFeatures()An array of supplementary features.Methods in software.amazon.awssdk.services.forecast.model with parameters of type SupplementaryFeature Modifier and Type Method Description InputDataConfig.BuilderInputDataConfig.Builder. supplementaryFeatures(SupplementaryFeature... supplementaryFeatures)An array of supplementary features.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type SupplementaryFeature Modifier and Type Method Description InputDataConfig.BuilderInputDataConfig.Builder. supplementaryFeatures(Collection<SupplementaryFeature> supplementaryFeatures)An array of supplementary features.
-