Uses of Class
software.amazon.awssdk.services.rds.model.MetricReference
-
Packages that use MetricReference Package Description software.amazon.awssdk.services.rds.model -
-
Uses of MetricReference in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type MetricReference Modifier and Type Method Description List<MetricReference>Metric. references()A list of metric references (thresholds).Methods in software.amazon.awssdk.services.rds.model with parameters of type MetricReference Modifier and Type Method Description Metric.BuilderMetric.Builder. references(MetricReference... references)A list of metric references (thresholds).Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type MetricReference Modifier and Type Method Description Metric.BuilderMetric.Builder. references(Collection<MetricReference> references)A list of metric references (thresholds).
-