Uses of Class
software.amazon.awssdk.services.evidently.model.VariableValue
-
Packages that use VariableValue Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of VariableValue in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return VariableValue Modifier and Type Method Description static VariableValueVariableValue. fromBoolValue(Boolean boolValue)Create an instance of this class withboolValue()initialized to the given value.static VariableValueVariableValue. fromDoubleValue(Double doubleValue)Create an instance of this class withdoubleValue()initialized to the given value.static VariableValueVariableValue. fromLongValue(Long longValue)Create an instance of this class withlongValue()initialized to the given value.static VariableValueVariableValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.VariableValueEvaluateFeatureResponse. value()The value assigned to this variation to differentiate it from the other variations of this feature.VariableValueEvaluationResult. value()The value assigned to this variation to differentiate it from the other variations of this feature.VariableValueVariation. value()The value assigned to this variation.VariableValueVariationConfig. value()The value assigned to this variation.Methods in software.amazon.awssdk.services.evidently.model with parameters of type VariableValue Modifier and Type Method Description EvaluateFeatureResponse.BuilderEvaluateFeatureResponse.Builder. value(VariableValue value)The value assigned to this variation to differentiate it from the other variations of this feature.EvaluationResult.BuilderEvaluationResult.Builder. value(VariableValue value)The value assigned to this variation to differentiate it from the other variations of this feature.Variation.BuilderVariation.Builder. value(VariableValue value)The value assigned to this variation.VariationConfig.BuilderVariationConfig.Builder. value(VariableValue value)The value assigned to this variation.
-