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 SelectorSelector. clone()SelectorSelector. withFieldName(String fieldName)The name of the field that the operator will be applied to.SelectorSelector. 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 QueryQuery. 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 voidQuery. setSelectors(Collection<Selector> selectors)List of selectors that define the query.QueryQuery. withSelectors(Collection<Selector> selectors)List of selectors that define the query.
-