Uses of Class
org.jclouds.cloudwatch.domain.Unit
-
Packages that use Unit Package Description org.jclouds.cloudwatch.domain org.jclouds.cloudwatch.options -
-
Uses of Unit in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return Unit Modifier and Type Method Description static Unit
Unit. fromValue(String value)
Unit
Datapoint. getUnit()
return Standard unit used for the datapoint.Unit
MetricDatum. getUnit()
return Standard unit used for the metric.static Unit
Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static Unit[]
Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Unit Modifier and Type Method Description com.google.common.base.Optional<Unit>
Alarm. getUnit()
return the unit of the alarm's associated metriccom.google.common.base.Optional<Unit>
GetMetricStatistics. getUnit()
return the unit for this requestMethods in org.jclouds.cloudwatch.domain with parameters of type Unit Modifier and Type Method Description GetMetricStatistics.Builder
GetMetricStatistics.Builder. unit(Unit unit)
The unit for the metric.MetricDatum.Builder
MetricDatum.Builder. unit(Unit unit)
The unit for the metric.Constructors in org.jclouds.cloudwatch.domain with parameters of type Unit Constructor Description Datapoint(Double average, Double maximum, Double minimum, Date timestamp, Double samples, Double sum, Unit unit, String customUnit)
GetMetricStatistics(Set<Dimension> dimensions, Date endTime, String metricName, String namespace, int period, Date startTime, Set<Statistics> statistics, Unit unit)
Private constructor to enforce usingGetMetricStatistics.Builder
.MetricDatum(Iterable<Dimension> dimensions, String metricName, com.google.common.base.Optional<StatisticValues> statisticValues, com.google.common.base.Optional<Date> timestamp, Unit unit, com.google.common.base.Optional<Double> value)
Private constructor to enforce usingMetricDatum.Builder
. -
Uses of Unit in org.jclouds.cloudwatch.options
Methods in org.jclouds.cloudwatch.options with parameters of type Unit Modifier and Type Method Description static GetMetricStatisticsOptions
GetMetricStatisticsOptions.Builder. unit(Unit unit)
GetMetricStatisticsOptions
GetMetricStatisticsOptions. unit(Unit unit)
ListAlarmsForMetric
ListAlarmsForMetric. unit(Unit unit)
The unit for the metric.SaveAlarmOptions
SaveAlarmOptions. unit(Unit unit)
The unit for the alarm's associated metric.
-