Uses of Class
com.amazonaws.services.datapipeline.model.Operator
-
Packages that use Operator Package Description com.amazonaws.services.datapipeline.model -
-
Uses of Operator in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return Operator Modifier and Type Method Description Operator
Operator. clone()
Operator
Selector. getOperator()
Operator
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
).Operator
Operator. withType(String 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
).Operator
Operator. withValues(String... values)
The value that the actual field value will be compared with.Operator
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 Operator Modifier and Type Method Description void
Selector. setOperator(Operator operator)
Selector
Selector. withOperator(Operator operator)
-