Uses of Enum
software.amazon.awssdk.metrics.MetricCategory
Packages that use MetricCategory
-
Uses of MetricCategory in software.amazon.awssdk.metrics
Methods in software.amazon.awssdk.metrics that return MetricCategoryModifier and TypeMethodDescriptionstatic MetricCategoryMetricCategory.fromString(String value) Create aMetricCategoryfrom the given String value.static MetricCategoryReturns 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 MetricCategoryMethods in software.amazon.awssdk.metrics with parameters of type MetricCategoryModifier and TypeMethodDescriptionstatic <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 MetricCategoryModifier and TypeMethodDescriptionstatic <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 MetricCategoryMethods in software.amazon.awssdk.metrics.internal with parameters of type MetricCategoryModifier and TypeMethodDescriptionstatic <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 MetricCategoryModifier and TypeMethodDescriptionstatic <T> SdkMetric<T>DefaultSdkMetric.create(String name, Class<T> clzz, MetricLevel level, Set<MetricCategory> categories) Create a new metric.