Uses of Class
software.amazon.awssdk.services.forecast.model.AttributeConfig
-
Packages that use AttributeConfig Package Description software.amazon.awssdk.services.forecast.model -
-
Uses of AttributeConfig in software.amazon.awssdk.services.forecast.model
Methods in software.amazon.awssdk.services.forecast.model that return types with arguments of type AttributeConfig Modifier and Type Method Description List<AttributeConfig>DataConfig. attributeConfigs()Aggregation and filling options for attributes in your dataset group.Methods in software.amazon.awssdk.services.forecast.model with parameters of type AttributeConfig Modifier and Type Method Description DataConfig.BuilderDataConfig.Builder. attributeConfigs(AttributeConfig... attributeConfigs)Aggregation and filling options for attributes in your dataset group.Method parameters in software.amazon.awssdk.services.forecast.model with type arguments of type AttributeConfig Modifier and Type Method Description DataConfig.BuilderDataConfig.Builder. attributeConfigs(Collection<AttributeConfig> attributeConfigs)Aggregation and filling options for attributes in your dataset group.
-