|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Selector | |
---|---|
com.amazonaws.services.datapipeline.model | Classes modeling the various types represented by DataPipeline. |
Uses of Selector in com.amazonaws.services.datapipeline.model |
---|
Methods in com.amazonaws.services.datapipeline.model that return Selector | |
---|---|
Selector |
Selector.withFieldName(String fieldName)
The name of the field that the operator will be applied to. |
Selector |
Selector.withOperator(Operator operator)
Contains a logical operation for comparing the value of a field with a specified value. |
Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type Selector | |
---|---|
List<Selector> |
Query.getSelectors()
List of selectors that define the query. |
Methods in com.amazonaws.services.datapipeline.model with parameters of type Selector | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |