Uses of Class
com.amazonaws.services.datapipeline.model.Operator

Packages that use Operator
com.amazonaws.services.datapipeline.model Classes modeling the various types represented by DataPipeline. 
 

Uses of Operator in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return Operator
 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.
 

Methods in com.amazonaws.services.datapipeline.model with parameters of type Operator
 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 © 2016. All rights reserved.