| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
TreatmentConfig |
TreatmentConfig.clone() |
TreatmentConfig |
TreatmentConfig.withDescription(String description)
A description for this treatment.
|
TreatmentConfig |
TreatmentConfig.withFeature(String feature)
The feature that this experiment is testing.
|
TreatmentConfig |
TreatmentConfig.withName(String name)
A name for this treatment.
|
TreatmentConfig |
TreatmentConfig.withVariation(String variation)
The name of the variation to use as this treatment in the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
List<TreatmentConfig> |
UpdateExperimentRequest.getTreatments()
An array of structures that define the variations being tested in the experiment.
|
List<TreatmentConfig> |
CreateExperimentRequest.getTreatments()
An array of structures that describe the configuration of each feature variation used in the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateExperimentRequest |
UpdateExperimentRequest.withTreatments(TreatmentConfig... treatments)
An array of structures that define the variations being tested in the experiment.
|
CreateExperimentRequest |
CreateExperimentRequest.withTreatments(TreatmentConfig... treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateExperimentRequest.setTreatments(Collection<TreatmentConfig> treatments)
An array of structures that define the variations being tested in the experiment.
|
void |
CreateExperimentRequest.setTreatments(Collection<TreatmentConfig> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
UpdateExperimentRequest |
UpdateExperimentRequest.withTreatments(Collection<TreatmentConfig> treatments)
An array of structures that define the variations being tested in the experiment.
|
CreateExperimentRequest |
CreateExperimentRequest.withTreatments(Collection<TreatmentConfig> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Copyright © 2024. All rights reserved.