Uses of Class
com.amazonaws.services.cloudwatch.model.Metric
-
Packages that use Metric Package Description com.amazonaws.services.cloudwatch.model -
-
Uses of Metric in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return Metric Modifier and Type Method Description MetricMetric. clone()MetricMetric. withDimensions(Dimension... dimensions)A list of dimensions associated with the metric.MetricMetric. withDimensions(Collection<Dimension> dimensions)A list of dimensions associated with the metric.MetricMetric. withMetricName(String metricName)The name of the metric.MetricMetric. withNamespace(String namespace)The namespace of the metric.Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type Metric Modifier and Type Method Description List<Metric>ListMetricsResult. getMetrics()A list of metrics used to generate statistics for an AWS account.Methods in com.amazonaws.services.cloudwatch.model with parameters of type Metric Modifier and Type Method Description ListMetricsResultListMetricsResult. withMetrics(Metric... metrics)A list of metrics used to generate statistics for an AWS account.Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type Metric Modifier and Type Method Description voidListMetricsResult. setMetrics(Collection<Metric> metrics)A list of metrics used to generate statistics for an AWS account.ListMetricsResultListMetricsResult. withMetrics(Collection<Metric> metrics)A list of metrics used to generate statistics for an AWS account.
-