Uses of Class
com.amazonaws.services.datapipeline.model.Selector
Packages that use Selector
-
Uses of Selector in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return SelectorModifier and TypeMethodDescriptionSelector.clone()
Selector.withFieldName
(String fieldName) The name of the field that the operator will be applied to.Selector.withOperator
(Operator operator) Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type SelectorMethods in com.amazonaws.services.datapipeline.model with parameters of type SelectorModifier and TypeMethodDescriptionQuery.withSelectors
(Selector... selectors) List of selectors that define the query.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type SelectorModifier and TypeMethodDescriptionvoid
Query.setSelectors
(Collection<Selector> selectors) List of selectors that define the query.Query.withSelectors
(Collection<Selector> selectors) List of selectors that define the query.