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 OperatorOperator. clone()OperatorSelector. getOperator()OperatorOperator. 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).OperatorOperator. 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).OperatorOperator. withValues(String... values)The value that the actual field value will be compared with.OperatorOperator. 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 voidSelector. setOperator(Operator operator)SelectorSelector. withOperator(Operator operator)
-