Uses of Class
com.amazonaws.services.datapipeline.model.Query

Packages that use Query
com.amazonaws.services.datapipeline.model Classes modeling the various types represented by DataPipeline. 
 

Uses of Query in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return Query
 Query QueryObjectsRequest.getQuery()
          Query that defines the objects to be returned.
 Query Query.withSelectors(Collection<Selector> selectors)
          List of selectors that define the query.
 Query Query.withSelectors(Selector... selectors)
          List of selectors that define the query.
 

Methods in com.amazonaws.services.datapipeline.model with parameters of type Query
 void QueryObjectsRequest.setQuery(Query query)
          Query that defines the objects to be returned.
 QueryObjectsRequest QueryObjectsRequest.withQuery(Query query)
          Query that defines the objects to be returned.
 



Copyright © 2016. All rights reserved.