Uses of Class
software.amazon.awssdk.services.glue.model.LastCrawlInfo
-
Packages that use LastCrawlInfo Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LastCrawlInfo in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LastCrawlInfo Modifier and Type Method Description LastCrawlInfoCrawler. lastCrawl()The status of the last crawl, and potentially error information if an error occurred.Methods in software.amazon.awssdk.services.glue.model with parameters of type LastCrawlInfo Modifier and Type Method Description Crawler.BuilderCrawler.Builder. lastCrawl(LastCrawlInfo lastCrawl)The status of the last crawl, and potentially error information if an error occurred.
-