Uses of Interface
software.amazon.awssdk.metrics.MetricRecord
-
Packages that use MetricRecord Package Description software.amazon.awssdk.metrics software.amazon.awssdk.metrics.internal -
-
Uses of MetricRecord in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return types with arguments of type MetricRecord Modifier and Type Method Description default Stream<MetricRecord<?>>MetricCollection. stream()Return a stream of records in this collection. -
Uses of MetricRecord in software.amazon.awssdk.metrics.internal
Classes in software.amazon.awssdk.metrics.internal that implement MetricRecord Modifier and Type Class Description classDefaultMetricRecord<T>Methods in software.amazon.awssdk.metrics.internal that return types with arguments of type MetricRecord Modifier and Type Method Description Iterator<MetricRecord<?>>DefaultMetricCollection. iterator()Iterator<MetricRecord<?>>EmptyMetricCollection. iterator()Constructor parameters in software.amazon.awssdk.metrics.internal with type arguments of type MetricRecord Constructor Description DefaultMetricCollection(String name, Map<SdkMetric<?>,List<MetricRecord<?>>> metrics, List<MetricCollection> children)
-