Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Selector> |
Query.getSelectors()
List of selectors that define the query.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.withSelectors(Selector... selectors)
List of selectors that define the query.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.