Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.StandardUnit
Packages that use StandardUnit
-
Uses of StandardUnit in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StandardUnitModifier and TypeMethodDescriptionstatic StandardUnitUse this in place of valueOf to convert the raw string returned by the service into the enum value.final StandardUnitDatapoint.unit()The standard unit for the data point.final StandardUnitDescribeAlarmsForMetricRequest.unit()The unit for the metric.final StandardUnitGetMetricStatisticsRequest.unit()The unit for a given metric.final StandardUnitMetricAlarm.unit()The unit of the metric associated with the alarm.final StandardUnitMetricDatum.unit()When you are using aPutoperation, this defines what unit you want to use when storing the metric.final StandardUnitMetricStat.unit()When you are using aPutoperation, this defines what unit you want to use when storing the metric.final StandardUnitPutMetricAlarmRequest.unit()The unit of measure for the statistic.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 software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StandardUnitMethods in software.amazon.awssdk.services.cloudwatch.model with parameters of type StandardUnitModifier and TypeMethodDescriptionDatapoint.Builder.unit(StandardUnit unit) The standard unit for the data point.DescribeAlarmsForMetricRequest.Builder.unit(StandardUnit unit) The unit for the metric.GetMetricStatisticsRequest.Builder.unit(StandardUnit unit) The unit for a given metric.MetricAlarm.Builder.unit(StandardUnit unit) The unit of the metric associated with the alarm.MetricDatum.Builder.unit(StandardUnit unit) When you are using aPutoperation, this defines what unit you want to use when storing the metric.MetricStat.Builder.unit(StandardUnit unit) When you are using aPutoperation, this defines what unit you want to use when storing the metric.PutMetricAlarmRequest.Builder.unit(StandardUnit unit) The unit of measure for the statistic.