Uses of Class
com.amazonaws.services.datapipeline.model.Query
-
Packages that use Query Package Description com.amazonaws.services.datapipeline.model -
-
Uses of Query in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return Query Modifier and Type Method Description Query
Query. clone()
Query
QueryObjectsRequest. getQuery()
The query that defines the objects to be returned.Query
Query. withSelectors(Selector... selectors)
List of selectors that define the query.Query
Query. withSelectors(Collection<Selector> selectors)
List of selectors that define the query.Methods in com.amazonaws.services.datapipeline.model with parameters of type Query Modifier and Type Method 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.
-