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