| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
VariableValue |
VariableValue.clone() |
VariableValue |
VariationConfig.getValue()
The value assigned to this variation.
|
VariableValue |
EvaluateFeatureResult.getValue()
The value assigned to this variation to differentiate it from the other variations of this feature.
|
VariableValue |
Variation.getValue()
The value assigned to this variation.
|
VariableValue |
EvaluationResult.getValue()
The value assigned to this variation to differentiate it from the other variations of this feature.
|
VariableValue |
VariableValue.withBoolValue(Boolean boolValue)
If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
|
VariableValue |
VariableValue.withDoubleValue(Double doubleValue)
If this feature uses the double integer variation type, this field contains the double integer value of this
variation.
|
VariableValue |
VariableValue.withLongValue(Long longValue)
If this feature uses the long variation type, this field contains the long value of this variation.
|
VariableValue |
VariableValue.withStringValue(String stringValue)
If this feature uses the string variation type, this field contains the string value of this variation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariationConfig.setValue(VariableValue value)
The value assigned to this variation.
|
void |
EvaluateFeatureResult.setValue(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
void |
Variation.setValue(VariableValue value)
The value assigned to this variation.
|
void |
EvaluationResult.setValue(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
VariationConfig |
VariationConfig.withValue(VariableValue value)
The value assigned to this variation.
|
EvaluateFeatureResult |
EvaluateFeatureResult.withValue(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
Variation |
Variation.withValue(VariableValue value)
The value assigned to this variation.
|
EvaluationResult |
EvaluationResult.withValue(VariableValue value)
The value assigned to this variation to differentiate it from the other variations of this feature.
|
Copyright © 2023. All rights reserved.