Uses of Class
software.amazon.awssdk.services.glue.model.PropertyPredicate
-
Packages that use PropertyPredicate Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PropertyPredicate in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PropertyPredicate Modifier and Type Method Description List<PropertyPredicate>SearchTablesRequest. filters()A list of key-value pairs, and a comparator used to filter the search results.Methods in software.amazon.awssdk.services.glue.model with parameters of type PropertyPredicate Modifier and Type Method Description SearchTablesRequest.BuilderSearchTablesRequest.Builder. filters(PropertyPredicate... filters)A list of key-value pairs, and a comparator used to filter the search results.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PropertyPredicate Modifier and Type Method Description SearchTablesRequest.BuilderSearchTablesRequest.Builder. filters(Collection<PropertyPredicate> filters)A list of key-value pairs, and a comparator used to filter the search results.
-