| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<CrawlerHistory> |
ListCrawlsResponse.crawls()
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
| Modifier and Type | Method and Description |
|---|---|
ListCrawlsResponse.Builder |
ListCrawlsResponse.Builder.crawls(CrawlerHistory... crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
| Modifier and Type | Method and Description |
|---|---|
ListCrawlsResponse.Builder |
ListCrawlsResponse.Builder.crawls(Collection<CrawlerHistory> crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
Copyright © 2023. All rights reserved.