Uses of Class
org.jclouds.cloudwatch.domain.Dimension
-
Packages that use Dimension Package Description org.jclouds.cloudwatch.domain org.jclouds.cloudwatch.options org.jclouds.cloudwatch.xml -
-
Uses of Dimension in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return types with arguments of type Dimension Modifier and Type Method Description Set<Dimension>Alarm. getDimensions()return the list of dimensions associated with the alarm's associated metricSet<Dimension>GetMetricStatistics. getDimensions()return the set of dimensions for this requestSet<Dimension>Metric. getDimensions()return the available dimensions for the metricSet<Dimension>MetricDatum. getDimensions()return the list of dimensions describing the the metric.Methods in org.jclouds.cloudwatch.domain with parameters of type Dimension Modifier and Type Method Description GetMetricStatistics.BuilderGetMetricStatistics.Builder. dimension(Dimension dimension)A dimension describing qualities of the metric.MetricDatum.BuilderMetricDatum.Builder. dimension(Dimension dimension)A dimension describing qualities of the metric.Method parameters in org.jclouds.cloudwatch.domain with type arguments of type Dimension Modifier and Type Method Description GetMetricStatistics.BuilderGetMetricStatistics.Builder. dimensions(Set<Dimension> dimensions)A list of dimensions describing qualities of the metric.MetricDatum.BuilderMetricDatum.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 Dimension Constructor Description 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.Metric(String metricName, String namespace, Set<Dimension> dimensions)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 Dimension Modifier and Type Method Description static GetMetricStatisticsOptionsGetMetricStatisticsOptions.Builder. dimension(Dimension dimension)GetMetricStatisticsOptionsGetMetricStatisticsOptions. dimension(Dimension dimension)A dimension describing qualities of the metric.ListAlarmsForMetricListAlarmsForMetric. dimension(Dimension dimension)The dimension associated with the metric.static ListMetricsOptionsListMetricsOptions.Builder. dimension(Dimension dimension)ListMetricsOptionsListMetricsOptions. dimension(Dimension dimension)A dimension to filter the available metrics by.SaveAlarmOptionsSaveAlarmOptions. dimension(Dimension dimension)The dimension for the alarm's associated metric.Method parameters in org.jclouds.cloudwatch.options with type arguments of type Dimension Modifier and Type Method Description static GetMetricStatisticsOptionsGetMetricStatisticsOptions.Builder. dimensions(Set<Dimension> dimensions)GetMetricStatisticsOptionsGetMetricStatisticsOptions. dimensions(Set<Dimension> dimensions)A list of dimensions describing qualities of the metric.ListAlarmsForMetricListAlarmsForMetric. dimensions(Set<Dimension> dimensions)The list of dimensions associated with the metric.static ListMetricsOptionsListMetricsOptions.Builder. dimensions(Iterable<Dimension> dimensions)ListMetricsOptionsListMetricsOptions. dimensions(Iterable<Dimension> dimensions)A list of dimensions to filter against.SaveAlarmOptionsSaveAlarmOptions. 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 Modifier and Type Method Description DimensionDimensionHandler. getResult()
-