Uses of Class
software.amazon.awssdk.services.glue.model.CrawlerHistory
-
Packages that use CrawlerHistory Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CrawlerHistory in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CrawlerHistory Modifier and Type Method Description List<CrawlerHistory>ListCrawlsResponse. crawls()A list ofCrawlerHistoryobjects representing the crawl runs that meet your criteria.Methods in software.amazon.awssdk.services.glue.model with parameters of type CrawlerHistory Modifier and Type Method Description ListCrawlsResponse.BuilderListCrawlsResponse.Builder. crawls(CrawlerHistory... crawls)A list ofCrawlerHistoryobjects representing the crawl runs that meet your criteria.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CrawlerHistory Modifier and Type Method Description ListCrawlsResponse.BuilderListCrawlsResponse.Builder. crawls(Collection<CrawlerHistory> crawls)A list ofCrawlerHistoryobjects representing the crawl runs that meet your criteria.
-