Uses of Class
software.amazon.awssdk.services.datapipeline.model.Selector
-
Packages that use Selector Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of Selector in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type Selector Modifier and Type Method Description List<Selector>Query. selectors()List of selectors that define the query.Methods in software.amazon.awssdk.services.datapipeline.model with parameters of type Selector Modifier and Type Method Description Query.BuilderQuery.Builder. selectors(Selector... selectors)List of selectors that define the query.Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type Selector Modifier and Type Method Description Query.BuilderQuery.Builder. selectors(Collection<Selector> selectors)List of selectors that define the query.
-