Uses of Class
software.amazon.awssdk.services.cloudwatch.model.StandardUnit
-
Packages that use StandardUnit Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of StandardUnit in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StandardUnit Modifier and Type Method Description static StandardUnitStandardUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StandardUnitDatapoint. unit()The standard unit for the data point.StandardUnitDescribeAlarmsForMetricRequest. unit()The unit for the metric.StandardUnitGetMetricStatisticsRequest. unit()The unit for a given metric.StandardUnitMetricAlarm. unit()The unit of the metric associated with the alarm.StandardUnitMetricDatum. unit()When you are using aPutoperation, this defines what unit you want to use when storing the metric.StandardUnitMetricStat. unit()When you are using aPutoperation, this defines what unit you want to use when storing the metric.StandardUnitPutMetricAlarmRequest. unit()The unit of measure for the statistic.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 software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StandardUnit Modifier and Type Method Description static Set<StandardUnit>StandardUnit. knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type StandardUnit Modifier and Type Method Description Datapoint.BuilderDatapoint.Builder. unit(StandardUnit unit)The standard unit for the data point.DescribeAlarmsForMetricRequest.BuilderDescribeAlarmsForMetricRequest.Builder. unit(StandardUnit unit)The unit for the metric.GetMetricStatisticsRequest.BuilderGetMetricStatisticsRequest.Builder. unit(StandardUnit unit)The unit for a given metric.MetricAlarm.BuilderMetricAlarm.Builder. unit(StandardUnit unit)The unit of the metric associated with the alarm.MetricDatum.BuilderMetricDatum.Builder. unit(StandardUnit unit)When you are using aPutoperation, this defines what unit you want to use when storing the metric.MetricStat.BuilderMetricStat.Builder. unit(StandardUnit unit)When you are using aPutoperation, this defines what unit you want to use when storing the metric.PutMetricAlarmRequest.BuilderPutMetricAlarmRequest.Builder. unit(StandardUnit unit)The unit of measure for the statistic.
-