Uses of Class
software.amazon.awssdk.services.evidently.model.VariableValue.Type
-
Packages that use VariableValue.Type Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of VariableValue.Type in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return VariableValue.Type Modifier and Type Method Description VariableValue.TypeVariableValue. type()Retrieve an enum value representing which member of this object is populated.static VariableValue.TypeVariableValue.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableValue.Type[]VariableValue.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-