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 MetricDatumMetricData. 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 DimensionDimension. clone()DimensionDimension. withName(String name)The name of the dimension.DimensionDimension. 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 DescribeAlarmsForMetricRequestDescribeAlarmsForMetricRequest. withDimensions(Dimension... dimensions)The list of dimensions associated with the metric.GetMetricStatisticsRequestGetMetricStatisticsRequest. withDimensions(Dimension... dimensions)A list of dimensions describing qualities of the metric.MetricMetric. withDimensions(Dimension... dimensions)A list of dimensions associated with the metric.MetricAlarmMetricAlarm. withDimensions(Dimension... dimensions)The list of dimensions associated with the alarm's associated metric.MetricDatumMetricDatum. withDimensions(Dimension... dimensions)A list of dimensions associated with the metric.PutMetricAlarmRequestPutMetricAlarmRequest. 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 voidDescribeAlarmsForMetricRequest. setDimensions(Collection<Dimension> dimensions)The list of dimensions associated with the metric.voidGetMetricStatisticsRequest. setDimensions(Collection<Dimension> dimensions)A list of dimensions describing qualities of the metric.voidMetric. setDimensions(Collection<Dimension> dimensions)A list of dimensions associated with the metric.voidMetricAlarm. setDimensions(Collection<Dimension> dimensions)The list of dimensions associated with the alarm's associated metric.voidMetricDatum. setDimensions(Collection<Dimension> dimensions)A list of dimensions associated with the metric.voidPutMetricAlarmRequest. setDimensions(Collection<Dimension> dimensions)The dimensions for the alarm's associated metric.DescribeAlarmsForMetricRequestDescribeAlarmsForMetricRequest. withDimensions(Collection<Dimension> dimensions)The list of dimensions associated with the metric.GetMetricStatisticsRequestGetMetricStatisticsRequest. withDimensions(Collection<Dimension> dimensions)A list of dimensions describing qualities of the metric.MetricMetric. withDimensions(Collection<Dimension> dimensions)A list of dimensions associated with the metric.MetricAlarmMetricAlarm. withDimensions(Collection<Dimension> dimensions)The list of dimensions associated with the alarm's associated metric.MetricDatumMetricDatum. withDimensions(Collection<Dimension> dimensions)A list of dimensions associated with the metric.PutMetricAlarmRequestPutMetricAlarmRequest. withDimensions(Collection<Dimension> dimensions)The dimensions for the alarm's associated metric.
-