Uses of Interface
software.amazon.awssdk.metrics.MetricRecord
Packages that use MetricRecord
-
Uses of MetricRecord in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return types with arguments of type MetricRecordModifier and TypeMethodDescriptiondefault 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 MetricRecordMethods in software.amazon.awssdk.metrics.internal that return types with arguments of type MetricRecordModifier and TypeMethodDescriptionIterator<MetricRecord<?>>DefaultMetricCollection.iterator()Iterator<MetricRecord<?>>EmptyMetricCollection.iterator()Constructor parameters in software.amazon.awssdk.metrics.internal with type arguments of type MetricRecordModifierConstructorDescriptionDefaultMetricCollection(String name, Map<SdkMetric<?>, List<MetricRecord<?>>> metrics, List<MetricCollection> children)