| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Treatment |
Treatment.addFeatureVariationsEntry(String key,
String value)
Add a single FeatureVariations entry
|
Treatment |
Treatment.clearFeatureVariationsEntries()
Removes all the entries added into FeatureVariations.
|
Treatment |
Treatment.clone() |
Treatment |
Treatment.withDescription(String description)
The description of the treatment.
|
Treatment |
Treatment.withFeatureVariations(Map<String,String> featureVariations)
The feature variation used for this treatment.
|
Treatment |
Treatment.withName(String name)
The name of this treatment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Treatment> |
Experiment.getTreatments()
An array of structures that describe the configuration of each feature variation used in the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
Experiment |
Experiment.withTreatments(Treatment... treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Experiment.setTreatments(Collection<Treatment> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Experiment |
Experiment.withTreatments(Collection<Treatment> treatments)
An array of structures that describe the configuration of each feature variation used in the experiment.
|
Copyright © 2025. All rights reserved.