Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Selector> |
Query.selectors
List of selectors that define the query.
|
Modifier and Type | Method and Description |
---|---|
Selector |
Selector.clone() |
Selector |
Selector.withFieldName(java.lang.String fieldName)
The name of the field that the operator will be applied to.
|
Selector |
Selector.withOperator(Operator operator) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Selector> selectors)
List of selectors that define the query.
|
Query |
Query.withSelectors(java.util.Collection<Selector> selectors)
List of selectors that define the query.
|
Modifier and Type | Method and Description |
---|---|
Selector |
SelectorJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SelectorJsonMarshaller.marshall(Selector selector,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|