Uses of Class
software.amazon.awssdk.metrics.MetricLevel
-
Packages that use MetricLevel Package Description software.amazon.awssdk.metrics software.amazon.awssdk.metrics.internal -
-
Uses of MetricLevel in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return MetricLevel Modifier and Type Method Description MetricLevelSdkMetric. level()static MetricLevelMetricLevel. 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.Methods in software.amazon.awssdk.metrics with parameters of type MetricLevel Modifier and Type Method Description static <T> SdkMetric<T>SdkMetric. create(String name, Class<T> clzz, MetricLevel level, Set<MetricCategory> categories)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.booleanMetricLevel. includesLevel(MetricLevel level) -
Uses of MetricLevel in software.amazon.awssdk.metrics.internal
Methods in software.amazon.awssdk.metrics.internal that return MetricLevel Modifier and Type Method Description MetricLevelDefaultSdkMetric. level()Methods in software.amazon.awssdk.metrics.internal with parameters of type MetricLevel Modifier and Type Method Description static <T> SdkMetric<T>DefaultSdkMetric. create(String name, Class<T> clzz, MetricLevel level, Set<MetricCategory> categories)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.
-