Uses of Class
software.amazon.awssdk.metrics.MetricCategory
-
Packages that use MetricCategory Package Description software.amazon.awssdk.metrics software.amazon.awssdk.metrics.internal -
-
Uses of MetricCategory in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return MetricCategory Modifier and Type Method Description static MetricCategoryMetricCategory. fromString(String value)Create aMetricCategoryfrom the given String value.static MetricCategoryMetricCategory. 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.Methods in software.amazon.awssdk.metrics that return types with arguments of type MetricCategory Modifier and Type Method Description Set<MetricCategory>SdkMetric. categories()Methods in software.amazon.awssdk.metrics with parameters of type MetricCategory Modifier and Type Method Description static <T> SdkMetric<T>SdkMetric. create(String name, Class<T> clzz, MetricLevel level, MetricCategory c1, MetricCategory... cn)Create a new metric.Method parameters in software.amazon.awssdk.metrics with type arguments of type MetricCategory 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. -
Uses of MetricCategory in software.amazon.awssdk.metrics.internal
Methods in software.amazon.awssdk.metrics.internal that return types with arguments of type MetricCategory Modifier and Type Method Description Set<MetricCategory>DefaultSdkMetric. categories()Methods in software.amazon.awssdk.metrics.internal with parameters of type MetricCategory Modifier and Type Method Description static <T> SdkMetric<T>DefaultSdkMetric. create(String name, Class<T> clzz, MetricLevel level, MetricCategory c1, MetricCategory... cn)Create a new metric.Method parameters in software.amazon.awssdk.metrics.internal with type arguments of type MetricCategory 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.
-