Uses of Class
software.amazon.awssdk.services.evidently.model.VariationConfig
-
Packages that use VariationConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of VariationConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type VariationConfig Modifier and Type Method Description List<VariationConfig>UpdateFeatureRequest. addOrUpdateVariations()To update variation configurations for this feature, or add new ones, specify this structure.List<VariationConfig>CreateFeatureRequest. variations()An array of structures that contain the configuration of the feature's different variations.Methods in software.amazon.awssdk.services.evidently.model with parameters of type VariationConfig Modifier and Type Method Description UpdateFeatureRequest.BuilderUpdateFeatureRequest.Builder. addOrUpdateVariations(VariationConfig... addOrUpdateVariations)To update variation configurations for this feature, or add new ones, specify this structure.CreateFeatureRequest.BuilderCreateFeatureRequest.Builder. variations(VariationConfig... variations)An array of structures that contain the configuration of the feature's different variations.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type VariationConfig Modifier and Type Method Description UpdateFeatureRequest.BuilderUpdateFeatureRequest.Builder. addOrUpdateVariations(Collection<VariationConfig> addOrUpdateVariations)To update variation configurations for this feature, or add new ones, specify this structure.CreateFeatureRequest.BuilderCreateFeatureRequest.Builder. variations(Collection<VariationConfig> variations)An array of structures that contain the configuration of the feature's different variations.
-