Uses of Class
org.jclouds.cloudwatch.domain.Dimension
Packages that use Dimension
Package
Description
-
Uses of Dimension in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return types with arguments of type DimensionModifier and TypeMethodDescriptionAlarm.getDimensions()
return the list of dimensions associated with the alarm's associated metricGetMetricStatistics.getDimensions()
return the set of dimensions for this requestMetric.getDimensions()
return the available dimensions for the metricMetricDatum.getDimensions()
return the list of dimensions describing the the metric.Methods in org.jclouds.cloudwatch.domain with parameters of type DimensionModifier and TypeMethodDescriptionA dimension describing qualities of the metric.A dimension describing qualities of the metric.Method parameters in org.jclouds.cloudwatch.domain with type arguments of type DimensionModifier and TypeMethodDescriptionGetMetricStatistics.Builder.dimensions
(Set<Dimension> dimensions) A list of dimensions describing qualities of the metric.MetricDatum.Builder.dimensions
(Iterable<Dimension> dimensions) A list of dimensions describing qualities of the metric.Constructor parameters in org.jclouds.cloudwatch.domain with type arguments of type DimensionModifierConstructorDescriptionprotected
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
.protected
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 Dimension in org.jclouds.cloudwatch.options
Methods in org.jclouds.cloudwatch.options with parameters of type DimensionModifier and TypeMethodDescriptionstatic GetMetricStatisticsOptions
A dimension describing qualities of the metric.The dimension associated with the metric.static ListMetricsOptions
A dimension to filter the available metrics by.The dimension for the alarm's associated metric.Method parameters in org.jclouds.cloudwatch.options with type arguments of type DimensionModifier and TypeMethodDescriptionstatic GetMetricStatisticsOptions
GetMetricStatisticsOptions.Builder.dimensions
(Set<Dimension> dimensions) GetMetricStatisticsOptions.dimensions
(Set<Dimension> dimensions) A list of dimensions describing qualities of the metric.ListAlarmsForMetric.dimensions
(Set<Dimension> dimensions) The list of dimensions associated with the metric.static ListMetricsOptions
ListMetricsOptions.Builder.dimensions
(Iterable<Dimension> dimensions) ListMetricsOptions.dimensions
(Iterable<Dimension> dimensions) A list of dimensions to filter against.SaveAlarmOptions.dimensions
(Set<Dimension> dimensions) The dimensions for the alarm's associated metric. -
Uses of Dimension in org.jclouds.cloudwatch.xml
Methods in org.jclouds.cloudwatch.xml that return Dimension