Uses of Class
com.amazonaws.services.cloudwatch.model.Dimension
-
Packages that use Dimension Package Description com.amazonaws.metrics.internal.cloudwatch.spi com.amazonaws.services.cloudwatch.model -
-
Uses of Dimension in com.amazonaws.metrics.internal.cloudwatch.spi
Methods in com.amazonaws.metrics.internal.cloudwatch.spi with parameters of type Dimension Modifier and Type Method Description static MetricDatum
MetricData. newMetricDatum(MetricDatum from, Dimension... dimensions)
Returns a new metric datum cloned from the given metric datum, but replacing the dimensions with the newly specified ones. -
Uses of Dimension in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return Dimension Modifier and Type Method Description Dimension
Dimension. clone()
Dimension
Dimension. withName(String name)
The name of the dimension.Dimension
Dimension. withValue(String value)
The value representing the dimension measurementMethods in com.amazonaws.services.cloudwatch.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>
DescribeAlarmsForMetricRequest. getDimensions()
The list of dimensions associated with the metric.List<Dimension>
GetMetricStatisticsRequest. getDimensions()
A list of dimensions describing qualities of the metric.List<Dimension>
Metric. getDimensions()
A list of dimensions associated with the metric.List<Dimension>
MetricAlarm. getDimensions()
The list of dimensions associated with the alarm's associated metric.List<Dimension>
MetricDatum. getDimensions()
A list of dimensions associated with the metric.List<Dimension>
PutMetricAlarmRequest. getDimensions()
The dimensions for the alarm's associated metric.Methods in com.amazonaws.services.cloudwatch.model with parameters of type Dimension Modifier and Type Method Description DescribeAlarmsForMetricRequest
DescribeAlarmsForMetricRequest. withDimensions(Dimension... dimensions)
The list of dimensions associated with the metric.GetMetricStatisticsRequest
GetMetricStatisticsRequest. withDimensions(Dimension... dimensions)
A list of dimensions describing qualities of the metric.Metric
Metric. withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric.MetricAlarm
MetricAlarm. withDimensions(Dimension... dimensions)
The list of dimensions associated with the alarm's associated metric.MetricDatum
MetricDatum. withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric.PutMetricAlarmRequest
PutMetricAlarmRequest. withDimensions(Dimension... dimensions)
The dimensions for the alarm's associated metric.Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type Dimension Modifier and Type Method Description void
DescribeAlarmsForMetricRequest. setDimensions(Collection<Dimension> dimensions)
The list of dimensions associated with the metric.void
GetMetricStatisticsRequest. setDimensions(Collection<Dimension> dimensions)
A list of dimensions describing qualities of the metric.void
Metric. setDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric.void
MetricAlarm. setDimensions(Collection<Dimension> dimensions)
The list of dimensions associated with the alarm's associated metric.void
MetricDatum. setDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric.void
PutMetricAlarmRequest. setDimensions(Collection<Dimension> dimensions)
The dimensions for the alarm's associated metric.DescribeAlarmsForMetricRequest
DescribeAlarmsForMetricRequest. withDimensions(Collection<Dimension> dimensions)
The list of dimensions associated with the metric.GetMetricStatisticsRequest
GetMetricStatisticsRequest. withDimensions(Collection<Dimension> dimensions)
A list of dimensions describing qualities of the metric.Metric
Metric. withDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric.MetricAlarm
MetricAlarm. withDimensions(Collection<Dimension> dimensions)
The list of dimensions associated with the alarm's associated metric.MetricDatum
MetricDatum. withDimensions(Collection<Dimension> dimensions)
A list of dimensions associated with the metric.PutMetricAlarmRequest
PutMetricAlarmRequest. withDimensions(Collection<Dimension> dimensions)
The dimensions for the alarm's associated metric.
-