Uses of Enum
com.amazonaws.services.cloudwatch.model.StandardUnit
Packages that use StandardUnit
-
Uses of StandardUnit in com.amazonaws.services.cloudwatch.model
Subclasses with type arguments of type StandardUnit in com.amazonaws.services.cloudwatch.modelMethods in com.amazonaws.services.cloudwatch.model that return StandardUnitModifier and TypeMethodDescriptionstatic StandardUnitUse this in place of valueOf.static StandardUnitReturns 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 StandardUnitModifier and TypeMethodDescriptionvoidDatapoint.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.Datapoint.withUnit(StandardUnit unit) The standard unit used for the datapoint.DescribeAlarmsForMetricRequest.withUnit(StandardUnit unit) The unit for the metric.GetMetricStatisticsRequest.withUnit(StandardUnit unit) The unit for the metric.MetricAlarm.withUnit(StandardUnit unit) The unit of the alarm's associated metric.MetricDatum.withUnit(StandardUnit unit) The unit of the metric.PutMetricAlarmRequest.withUnit(StandardUnit unit) The statistic's unit of measure.