| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline.model | 
 Classes modeling the various types represented by DataPipeline. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Operator | 
Selector.getOperator()
Contains a logical operation for comparing the value of a field with a
 specified value. 
 | 
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(Collection<String> values)
The value that the actual field value will be compared with. 
 | 
Operator | 
Operator.withValues(String... values)
The value that the actual field value will be compared with. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Selector.setOperator(Operator operator)
Contains a logical operation for comparing the value of a field with a
 specified value. 
 | 
Selector | 
Selector.withOperator(Operator operator)
Contains a logical operation for comparing the value of a field with a
 specified value. 
 | 
Copyright © 2014. All rights reserved.