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