Uses of Class
com.amazonaws.services.datapipeline.model.Selector
-
Packages that use Selector Package Description com.amazonaws.services.datapipeline.model -
-
Uses of Selector in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return Selector Modifier and Type Method Description Selector
Selector. clone()
Selector
Selector. withFieldName(String fieldName)
The name of the field that the operator will be applied to.Selector
Selector. withOperator(Operator operator)
Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type Selector Modifier and Type Method Description List<Selector>
Query. getSelectors()
List of selectors that define the query.Methods in com.amazonaws.services.datapipeline.model with parameters of type Selector Modifier and Type Method Description Query
Query. withSelectors(Selector... selectors)
List of selectors that define the query.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type Selector Modifier and Type Method Description void
Query. setSelectors(Collection<Selector> selectors)
List of selectors that define the query.Query
Query. withSelectors(Collection<Selector> selectors)
List of selectors that define the query.
-