Uses of Class
software.amazon.awssdk.services.evidently.model.TreatmentConfig
-
Packages that use TreatmentConfig Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of TreatmentConfig in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type TreatmentConfig Modifier and Type Method Description List<TreatmentConfig>CreateExperimentRequest. treatments()An array of structures that describe the configuration of each feature variation used in the experiment.List<TreatmentConfig>UpdateExperimentRequest. treatments()An array of structures that define the variations being tested in the experiment.Methods in software.amazon.awssdk.services.evidently.model with parameters of type TreatmentConfig Modifier and Type Method Description CreateExperimentRequest.BuilderCreateExperimentRequest.Builder. treatments(TreatmentConfig... treatments)An array of structures that describe the configuration of each feature variation used in the experiment.UpdateExperimentRequest.BuilderUpdateExperimentRequest.Builder. treatments(TreatmentConfig... treatments)An array of structures that define the variations being tested in the experiment.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type TreatmentConfig Modifier and Type Method Description CreateExperimentRequest.BuilderCreateExperimentRequest.Builder. treatments(Collection<TreatmentConfig> treatments)An array of structures that describe the configuration of each feature variation used in the experiment.UpdateExperimentRequest.BuilderUpdateExperimentRequest.Builder. treatments(Collection<TreatmentConfig> treatments)An array of structures that define the variations being tested in the experiment.
-