Uses of Class
software.amazon.awssdk.services.glue.model.CrawlsFilter
-
Packages that use CrawlsFilter Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CrawlsFilter in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CrawlsFilter Modifier and Type Method Description List<CrawlsFilter>ListCrawlsRequest. filters()Filters the crawls by the criteria you specify in a list ofCrawlsFilterobjects.Methods in software.amazon.awssdk.services.glue.model with parameters of type CrawlsFilter Modifier and Type Method Description ListCrawlsRequest.BuilderListCrawlsRequest.Builder. filters(CrawlsFilter... filters)Filters the crawls by the criteria you specify in a list ofCrawlsFilterobjects.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CrawlsFilter Modifier and Type Method Description ListCrawlsRequest.BuilderListCrawlsRequest.Builder. filters(Collection<CrawlsFilter> filters)Filters the crawls by the criteria you specify in a list ofCrawlsFilterobjects.
-