Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ExpressionVariable
-
Packages that use ExpressionVariable Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ExpressionVariable in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ExpressionVariable Modifier and Type Method Description List<ExpressionVariable>Metric. variables()The list of variables used in the expression.List<ExpressionVariable>Transform. variables()The list of variables used in the expression.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ExpressionVariable Modifier and Type Method Description Metric.BuilderMetric.Builder. variables(ExpressionVariable... variables)The list of variables used in the expression.Transform.BuilderTransform.Builder. variables(ExpressionVariable... variables)The list of variables used in the expression.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ExpressionVariable Modifier and Type Method Description Metric.BuilderMetric.Builder. variables(Collection<ExpressionVariable> variables)The list of variables used in the expression.Transform.BuilderTransform.Builder. variables(Collection<ExpressionVariable> variables)The list of variables used in the expression.
-