Uses of Class
software.amazon.awssdk.services.evidently.model.Treatment
-
Packages that use Treatment Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of Treatment in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Treatment Modifier and Type Method Description List<Treatment>Experiment. treatments()An array of structures that describe the configuration of each feature variation used in the experiment.Methods in software.amazon.awssdk.services.evidently.model with parameters of type Treatment Modifier and Type Method Description Experiment.BuilderExperiment.Builder. treatments(Treatment... treatments)An array of structures that describe the configuration of each feature variation used in the experiment.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type Treatment Modifier and Type Method Description Experiment.BuilderExperiment.Builder. treatments(Collection<Treatment> treatments)An array of structures that describe the configuration of each feature variation used in the experiment.
-