Uses of Class
com.amazonaws.services.datapipeline.model.Operator
Packages that use Operator
-
Uses of Operator in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return OperatorModifier and TypeMethodDescriptionOperator.clone()
Selector.getOperator()
Operator.withType
(OperatorType type) The logical operation to be performed: equal (EQ
), equal reference (REF_EQ
), less than or equal (LE
), greater than or equal (GE
), or between (BETWEEN
).The logical operation to be performed: equal (EQ
), equal reference (REF_EQ
), less than or equal (LE
), greater than or equal (GE
), or between (BETWEEN
).Operator.withValues
(String... values) The value that the actual field value will be compared with.Operator.withValues
(Collection<String> values) The value that the actual field value will be compared with.Methods in com.amazonaws.services.datapipeline.model with parameters of type OperatorModifier and TypeMethodDescriptionvoid
Selector.setOperator
(Operator operator) Selector.withOperator
(Operator operator)