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