Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.Monotonicity
-
Packages that use Monotonicity Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of Monotonicity in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return Monotonicity Modifier and Type Method Description static MonotonicityMonotonicity. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonotonicityMonotonicValues. monotonicity()Indicates the monotonicity of values.static MonotonicityMonotonicity. valueOf(String name)Returns the enum constant of this type with the specified name.static Monotonicity[]Monotonicity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type Monotonicity Modifier and Type Method Description static Set<Monotonicity>Monotonicity. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type Monotonicity Modifier and Type Method Description MonotonicValues.BuilderMonotonicValues.Builder. monotonicity(Monotonicity monotonicity)Indicates the monotonicity of values.
-