Uses of Class
com.amazonaws.services.cloudwatch.model.Metric
Packages that use Metric
-
Uses of Metric in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return MetricModifier and TypeMethodDescriptionMetric.clone()
Metric.withDimensions
(Dimension... dimensions) A list of dimensions associated with the metric.Metric.withDimensions
(Collection<Dimension> dimensions) A list of dimensions associated with the metric.Metric.withMetricName
(String metricName) The name of the metric.Metric.withNamespace
(String namespace) The namespace of the metric.Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type MetricModifier and TypeMethodDescriptionListMetricsResult.getMetrics()
A list of metrics used to generate statistics for an AWS account.Methods in com.amazonaws.services.cloudwatch.model with parameters of type MetricModifier and TypeMethodDescriptionListMetricsResult.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 MetricModifier and TypeMethodDescriptionvoid
ListMetricsResult.setMetrics
(Collection<Metric> metrics) A list of metrics used to generate statistics for an AWS account.ListMetricsResult.withMetrics
(Collection<Metric> metrics) A list of metrics used to generate statistics for an AWS account.