| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Variation |
Variation.clone() |
Variation |
Variation.withName(String name)
The name of the variation.
|
Variation |
Variation.withValue(VariableValue value)
The value assigned to this variation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Variation> |
Feature.getVariations()
An array of structures that contain the configuration of the feature's different variations.
|
| Modifier and Type | Method and Description |
|---|---|
Feature |
Feature.withVariations(Variation... variations)
An array of structures that contain the configuration of the feature's different variations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setVariations(Collection<Variation> variations)
An array of structures that contain the configuration of the feature's different variations.
|
Feature |
Feature.withVariations(Collection<Variation> variations)
An array of structures that contain the configuration of the feature's different variations.
|
Copyright © 2024. All rights reserved.