| Package | Description |
|---|---|
| software.amazon.awssdk.metrics | |
| software.amazon.awssdk.metrics.internal |
| Modifier and Type | Method and Description |
|---|---|
MetricLevel |
SdkMetric.level() |
static MetricLevel |
MetricLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricLevel[] |
MetricLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SdkMetric<T> |
SdkMetric.create(String name,
Class<T> clzz,
MetricLevel level,
MetricCategory c1,
MetricCategory... cn)
Create a new metric.
|
static <T> SdkMetric<T> |
SdkMetric.create(String name,
Class<T> clzz,
MetricLevel level,
Set<MetricCategory> categories)
Create a new metric.
|
boolean |
MetricLevel.includesLevel(MetricLevel level) |
| Modifier and Type | Method and Description |
|---|---|
MetricLevel |
DefaultSdkMetric.level() |
| Modifier and Type | Method and Description |
|---|---|
static <T> SdkMetric<T> |
DefaultSdkMetric.create(String name,
Class<T> clzz,
MetricLevel level,
MetricCategory c1,
MetricCategory... cn)
Create a new metric.
|
static <T> SdkMetric<T> |
DefaultSdkMetric.create(String name,
Class<T> clzz,
MetricLevel level,
Set<MetricCategory> categories)
Create a new metric.
|
Copyright © 2023. All rights reserved.