Uses of Class
software.amazon.awssdk.services.evidently.model.ChangeDirectionEnum
-
Packages that use ChangeDirectionEnum Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ChangeDirectionEnum in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ChangeDirectionEnum Modifier and Type Method Description ChangeDirectionEnumMetricGoal. desiredChange()INCREASEmeans that a variation with a higher number for this metric is performing better.ChangeDirectionEnumMetricGoalConfig. desiredChange()INCREASEmeans that a variation with a higher number for this metric is performing better.static ChangeDirectionEnumChangeDirectionEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChangeDirectionEnumChangeDirectionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeDirectionEnum[]ChangeDirectionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ChangeDirectionEnum Modifier and Type Method Description static Set<ChangeDirectionEnum>ChangeDirectionEnum. knownValues()Methods in software.amazon.awssdk.services.evidently.model with parameters of type ChangeDirectionEnum Modifier and Type Method Description MetricGoal.BuilderMetricGoal.Builder. desiredChange(ChangeDirectionEnum desiredChange)INCREASEmeans that a variation with a higher number for this metric is performing better.MetricGoalConfig.BuilderMetricGoalConfig.Builder. desiredChange(ChangeDirectionEnum desiredChange)INCREASEmeans that a variation with a higher number for this metric is performing better.
-