Uses of Class
com.amazonaws.metrics.internal.cloudwatch.spi.MetricData
-
Packages that use MetricData Package Description com.amazonaws.metrics.internal.cloudwatch.spi -
-
Uses of MetricData in com.amazonaws.metrics.internal.cloudwatch.spi
Methods in com.amazonaws.metrics.internal.cloudwatch.spi that return MetricData Modifier and Type Method Description static MetricData
MetricData. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricData[]
MetricData. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-