Uses of Class
software.amazon.awssdk.services.rds.model.MetricReference
Packages that use MetricReference
-
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 MetricReferenceModifier and TypeMethodDescriptionfinal List<MetricReference>Metric.references()A list of metric references (thresholds).Methods in software.amazon.awssdk.services.rds.model with parameters of type MetricReferenceModifier and TypeMethodDescriptionMetric.Builder.references(MetricReference... references) A list of metric references (thresholds).Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type MetricReferenceModifier and TypeMethodDescriptionMetric.Builder.references(Collection<MetricReference> references) A list of metric references (thresholds).