Uses of Class
software.amazon.awssdk.services.evidently.model.Variation
-
Packages that use Variation Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of Variation in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Variation Modifier and Type Method Description List<Variation>Feature. 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 Variation Modifier and Type Method Description Feature.BuilderFeature.Builder. variations(Variation... 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 Variation Modifier and Type Method Description Feature.BuilderFeature.Builder. variations(Collection<Variation> variations)An array of structures that contain the configuration of the feature's different variations.
-