Uses of Interface
software.amazon.awssdk.metrics.MetricCollector
-
Packages that use MetricCollector Package Description software.amazon.awssdk.metrics software.amazon.awssdk.metrics.internal -
-
Uses of MetricCollector in software.amazon.awssdk.metrics
Classes in software.amazon.awssdk.metrics that implement MetricCollector Modifier and Type Class Description classNoOpMetricCollectorA metric collector that doesn't do anything.Methods in software.amazon.awssdk.metrics that return MetricCollector Modifier and Type Method Description static MetricCollectorMetricCollector. create(String name)MetricCollectorMetricCollector. createChild(String name)Create a child of this metric collector.MetricCollectorNoOpMetricCollector. createChild(String name) -
Uses of MetricCollector in software.amazon.awssdk.metrics.internal
Classes in software.amazon.awssdk.metrics.internal that implement MetricCollector Modifier and Type Class Description classDefaultMetricCollectorMethods in software.amazon.awssdk.metrics.internal that return MetricCollector Modifier and Type Method Description static MetricCollectorDefaultMetricCollector. create(String name)MetricCollectorDefaultMetricCollector. createChild(String name)
-