Uses of Class
software.amazon.awssdk.services.evidently.model.VariationValueType
-
Packages that use VariationValueType Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of VariationValueType in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return VariationValueType Modifier and Type Method Description static VariationValueTypeVariationValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VariationValueTypeVariationValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariationValueType[]VariationValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.VariationValueTypeFeature. valueType()Defines the type of value used to define the different feature variations.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type VariationValueType Modifier and Type Method Description static Set<VariationValueType>VariationValueType. knownValues()Methods in software.amazon.awssdk.services.evidently.model with parameters of type VariationValueType Modifier and Type Method Description Feature.BuilderFeature.Builder. valueType(VariationValueType valueType)Defines the type of value used to define the different feature variations.
-