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 QueryQuery. clone()QueryQueryObjectsRequest. getQuery()The query that defines the objects to be returned.QueryQuery. withSelectors(Selector... selectors)List of selectors that define the query.QueryQuery. 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 voidQueryObjectsRequest. setQuery(Query query)The query that defines the objects to be returned.QueryObjectsRequestQueryObjectsRequest. withQuery(Query query)The query that defines the objects to be returned.
-