Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private Query |
QueryObjectsRequest.query
The query that defines the objects to be returned.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.clone() |
Query |
QueryObjectsRequest.getQuery()
The query that defines the objects to be returned.
|
Query |
Query.withSelectors(java.util.Collection<Selector> selectors)
List of selectors that define the query.
|
Query |
Query.withSelectors(Selector... selectors)
List of selectors that define the query.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryObjectsRequest.setQuery(Query query)
The query that defines the objects to be returned.
|
QueryObjectsRequest |
QueryObjectsRequest.withQuery(Query query)
The query that defines the objects to be returned.
|
Modifier and Type | Method and Description |
---|---|
Query |
QueryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
QueryJsonMarshaller.marshall(Query query,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|