| Package | Description |
|---|---|
| software.amazon.awssdk.metrics | |
| software.amazon.awssdk.metrics.internal |
| Modifier and Type | Method and Description |
|---|---|
default Stream<MetricRecord<?>> |
MetricCollection.stream()
Return a stream of records in this collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMetricRecord<T> |
| Modifier and Type | Method and Description |
|---|---|
Iterator<MetricRecord<?>> |
EmptyMetricCollection.iterator() |
Iterator<MetricRecord<?>> |
DefaultMetricCollection.iterator() |
| Constructor and Description |
|---|
DefaultMetricCollection(String name,
Map<SdkMetric<?>,List<MetricRecord<?>>> metrics,
List<MetricCollection> children) |
Copyright © 2022. All rights reserved.