| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CrawlsFilter |
CrawlsFilter.clone() |
CrawlsFilter |
CrawlsFilter.withFieldName(FieldName fieldName)
A key used to filter the crawler runs for a specified crawler.
|
CrawlsFilter |
CrawlsFilter.withFieldName(String fieldName)
A key used to filter the crawler runs for a specified crawler.
|
CrawlsFilter |
CrawlsFilter.withFieldValue(String fieldValue)
The value provided for comparison on the crawl field.
|
CrawlsFilter |
CrawlsFilter.withFilterOperator(FilterOperator filterOperator)
A defined comparator that operates on the value.
|
CrawlsFilter |
CrawlsFilter.withFilterOperator(String filterOperator)
A defined comparator that operates on the value.
|
| Modifier and Type | Method and Description |
|---|---|
List<CrawlsFilter> |
ListCrawlsRequest.getFilters()
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
| Modifier and Type | Method and Description |
|---|---|
ListCrawlsRequest |
ListCrawlsRequest.withFilters(CrawlsFilter... filters)
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCrawlsRequest.setFilters(Collection<CrawlsFilter> filters)
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
ListCrawlsRequest |
ListCrawlsRequest.withFilters(Collection<CrawlsFilter> filters)
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
Copyright © 2024. All rights reserved.