Uses of Class
software.amazon.awssdk.services.glue.model.CrawlerMetrics
-
Packages that use CrawlerMetrics Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CrawlerMetrics in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CrawlerMetrics Modifier and Type Method Description List<CrawlerMetrics>GetCrawlerMetricsResponse. crawlerMetricsList()A list of metrics for the specified crawler.Methods in software.amazon.awssdk.services.glue.model with parameters of type CrawlerMetrics Modifier and Type Method Description GetCrawlerMetricsResponse.BuilderGetCrawlerMetricsResponse.Builder. crawlerMetricsList(CrawlerMetrics... crawlerMetricsList)A list of metrics for the specified crawler.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CrawlerMetrics Modifier and Type Method Description GetCrawlerMetricsResponse.BuilderGetCrawlerMetricsResponse.Builder. crawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)A list of metrics for the specified crawler.
-