Uses of Class
software.amazon.awssdk.services.pi.model.MetricQuery
Packages that use MetricQuery
-
Uses of MetricQuery in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type MetricQueryModifier and TypeMethodDescriptionfinal List<MetricQuery>GetResourceMetricsRequest.metricQueries()An array of one or more queries to perform.Methods in software.amazon.awssdk.services.pi.model with parameters of type MetricQueryModifier and TypeMethodDescriptionGetResourceMetricsRequest.Builder.metricQueries(MetricQuery... metricQueries) An array of one or more queries to perform.Method parameters in software.amazon.awssdk.services.pi.model with type arguments of type MetricQueryModifier and TypeMethodDescriptionGetResourceMetricsRequest.Builder.metricQueries(Collection<MetricQuery> metricQueries) An array of one or more queries to perform.