Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
PropertyPredicate |
PropertyPredicate.clone() |
PropertyPredicate |
PropertyPredicate.withComparator(Comparator comparator)
The comparator used to compare this property to others.
|
PropertyPredicate |
PropertyPredicate.withComparator(String comparator)
The comparator used to compare this property to others.
|
PropertyPredicate |
PropertyPredicate.withKey(String key)
The key of the property.
|
PropertyPredicate |
PropertyPredicate.withValue(String value)
The value of the property.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyPredicate> |
SearchTablesRequest.getFilters()
A list of key-value pairs, and a comparator used to filter the search results.
|
Modifier and Type | Method and Description |
---|---|
SearchTablesRequest |
SearchTablesRequest.withFilters(PropertyPredicate... filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchTablesRequest.setFilters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
SearchTablesRequest |
SearchTablesRequest.withFilters(Collection<PropertyPredicate> filters)
A list of key-value pairs, and a comparator used to filter the search results.
|
Copyright © 2020. All rights reserved.