Uses of Class
com.amazonaws.services.cloudwatch.model.StandardUnit
-
Packages that use StandardUnit Package Description com.amazonaws.services.cloudwatch.model -
-
Uses of StandardUnit in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return StandardUnit Modifier and Type Method Description static StandardUnit
StandardUnit. fromValue(String value)
Use this in place of valueOf.static StandardUnit
StandardUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardUnit[]
StandardUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudwatch.model with parameters of type StandardUnit Modifier and Type Method Description void
Datapoint. setUnit(StandardUnit unit)
The standard unit used for the datapoint.void
DescribeAlarmsForMetricRequest. setUnit(StandardUnit unit)
The unit for the metric.void
GetMetricStatisticsRequest. setUnit(StandardUnit unit)
The unit for the metric.void
MetricAlarm. setUnit(StandardUnit unit)
The unit of the alarm's associated metric.void
MetricDatum. setUnit(StandardUnit unit)
The unit of the metric.void
PutMetricAlarmRequest. setUnit(StandardUnit unit)
The statistic's unit of measure.Datapoint
Datapoint. withUnit(StandardUnit unit)
The standard unit used for the datapoint.DescribeAlarmsForMetricRequest
DescribeAlarmsForMetricRequest. withUnit(StandardUnit unit)
The unit for the metric.GetMetricStatisticsRequest
GetMetricStatisticsRequest. withUnit(StandardUnit unit)
The unit for the metric.MetricAlarm
MetricAlarm. withUnit(StandardUnit unit)
The unit of the alarm's associated metric.MetricDatum
MetricDatum. withUnit(StandardUnit unit)
The unit of the metric.PutMetricAlarmRequest
PutMetricAlarmRequest. withUnit(StandardUnit unit)
The statistic's unit of measure.
-