Uses of Class
software.amazon.awssdk.services.glue.model.GetCrawlerMetricsResponse
-
Packages that use GetCrawlerMetricsResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of GetCrawlerMetricsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetCrawlerMetricsResponse Modifier and Type Method Description default GetCrawlerMetricsResponseGlueClient. getCrawlerMetrics(Consumer<GetCrawlerMetricsRequest.Builder> getCrawlerMetricsRequest)Retrieves metrics about specified crawlers.default GetCrawlerMetricsResponseGlueClient. getCrawlerMetrics(GetCrawlerMetricsRequest getCrawlerMetricsRequest)Retrieves metrics about specified crawlers.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetCrawlerMetricsResponse Modifier and Type Method Description default CompletableFuture<GetCrawlerMetricsResponse>GlueAsyncClient. getCrawlerMetrics(Consumer<GetCrawlerMetricsRequest.Builder> getCrawlerMetricsRequest)Retrieves metrics about specified crawlers.default CompletableFuture<GetCrawlerMetricsResponse>GlueAsyncClient. getCrawlerMetrics(GetCrawlerMetricsRequest getCrawlerMetricsRequest)Retrieves metrics about specified crawlers. -
Uses of GetCrawlerMetricsResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type GetCrawlerMetricsResponse Modifier and Type Method Description Iterator<GetCrawlerMetricsResponse>GetCrawlerMetricsIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type GetCrawlerMetricsResponse Modifier and Type Method Description voidGetCrawlerMetricsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetCrawlerMetricsResponse> subscriber)
-