Package | Description |
---|---|
com.amazonaws.metrics.internal.cloudwatch |
Modifier and Type | Field and Description |
---|---|
private MachineMetric.Dim |
MachineMetric.dimension |
Modifier and Type | Method and Description |
---|---|
static MachineMetric.Dim |
MachineMetric.Dim.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MachineMetric.Dim[] |
MachineMetric.Dim.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MachineMetric(MachineMetric.Dim dimension,
MachineMetric.MetricName metricName) |
MachineMetric(MachineMetric.Dim dimension,
MachineMetric.MetricName metricName,
boolean includeZeroValue) |