Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Metric
Packages that use Metric
Package
Description
-
Uses of Metric in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricModifier and TypeMethodDescriptionfinal MetricMetricStat.metric()The metric to return, including the metric name, namespace, and dimensions.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricModifier and TypeMethodDescriptionListMetricsResponse.metrics()The metrics that match your request.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricModifier and TypeMethodDescriptionThe metric to return, including the metric name, namespace, and dimensions.The metrics that match your request.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricModifier and TypeMethodDescriptionListMetricsResponse.Builder.metrics(Collection<Metric> metrics) The metrics that match your request. -
Uses of Metric in software.amazon.awssdk.services.cloudwatch.paginators
Methods in software.amazon.awssdk.services.cloudwatch.paginators that return types with arguments of type MetricModifier and TypeMethodDescriptionfinal SdkIterable<Metric>ListMetricsIterable.metrics()Returns an iterable to iterate through the paginatedListMetricsResponse.metrics()member.final SdkPublisher<Metric>ListMetricsPublisher.metrics()Returns a publisher that can be used to get a stream of data.