Uses of Class
com.amazonaws.services.cloudwatch.model.Dimension
Packages that use Dimension
Package
Description
-
Uses of Dimension in com.amazonaws.metrics.internal.cloudwatch.spi
Methods in com.amazonaws.metrics.internal.cloudwatch.spi with parameters of type DimensionModifier and TypeMethodDescriptionstatic 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 DimensionModifier and TypeMethodDescriptionDimension.clone()
The name of the dimension.The value representing the dimension measurementMethods in com.amazonaws.services.cloudwatch.model that return types with arguments of type DimensionModifier and TypeMethodDescriptionDescribeAlarmsForMetricRequest.getDimensions()
The list of dimensions associated with the metric.GetMetricStatisticsRequest.getDimensions()
A list of dimensions describing qualities of the metric.Metric.getDimensions()
A list of dimensions associated with the metric.MetricAlarm.getDimensions()
The list of dimensions associated with the alarm's associated metric.MetricDatum.getDimensions()
A list of dimensions associated with the metric.PutMetricAlarmRequest.getDimensions()
The dimensions for the alarm's associated metric.Methods in com.amazonaws.services.cloudwatch.model with parameters of type DimensionModifier and TypeMethodDescriptionDescribeAlarmsForMetricRequest.withDimensions
(Dimension... dimensions) The list of dimensions associated with the metric.GetMetricStatisticsRequest.withDimensions
(Dimension... dimensions) A list of dimensions describing qualities of the metric.Metric.withDimensions
(Dimension... dimensions) A list of dimensions associated with the metric.MetricAlarm.withDimensions
(Dimension... dimensions) The list of dimensions associated with the alarm's associated metric.MetricDatum.withDimensions
(Dimension... dimensions) A list of dimensions associated with the metric.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 DimensionModifier and TypeMethodDescriptionvoid
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.withDimensions
(Collection<Dimension> dimensions) The list of dimensions associated with the metric.GetMetricStatisticsRequest.withDimensions
(Collection<Dimension> dimensions) A list of dimensions describing qualities of the metric.Metric.withDimensions
(Collection<Dimension> dimensions) A list of dimensions associated with the metric.MetricAlarm.withDimensions
(Collection<Dimension> dimensions) The list of dimensions associated with the alarm's associated metric.MetricDatum.withDimensions
(Collection<Dimension> dimensions) A list of dimensions associated with the metric.PutMetricAlarmRequest.withDimensions
(Collection<Dimension> dimensions) The dimensions for the alarm's associated metric.