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 StandardUnitStandardUnit. fromValue(String value)Use this in place of valueOf.static StandardUnitStandardUnit. 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 voidDatapoint. setUnit(StandardUnit unit)The standard unit used for the datapoint.voidDescribeAlarmsForMetricRequest. setUnit(StandardUnit unit)The unit for the metric.voidGetMetricStatisticsRequest. setUnit(StandardUnit unit)The unit for the metric.voidMetricAlarm. setUnit(StandardUnit unit)The unit of the alarm's associated metric.voidMetricDatum. setUnit(StandardUnit unit)The unit of the metric.voidPutMetricAlarmRequest. setUnit(StandardUnit unit)The statistic's unit of measure.DatapointDatapoint. withUnit(StandardUnit unit)The standard unit used for the datapoint.DescribeAlarmsForMetricRequestDescribeAlarmsForMetricRequest. withUnit(StandardUnit unit)The unit for the metric.GetMetricStatisticsRequestGetMetricStatisticsRequest. withUnit(StandardUnit unit)The unit for the metric.MetricAlarmMetricAlarm. withUnit(StandardUnit unit)The unit of the alarm's associated metric.MetricDatumMetricDatum. withUnit(StandardUnit unit)The unit of the metric.PutMetricAlarmRequestPutMetricAlarmRequest. withUnit(StandardUnit unit)The statistic's unit of measure.
-