Uses of Class
software.amazon.awssdk.services.rds.model.Metric
-
Packages that use Metric Package Description software.amazon.awssdk.services.rds.model -
-
Uses of Metric in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type Metric Modifier and Type Method Description List<Metric>PerformanceIssueDetails. metrics()The metrics that are relevant to the performance issue.Methods in software.amazon.awssdk.services.rds.model with parameters of type Metric Modifier and Type Method Description PerformanceIssueDetails.BuilderPerformanceIssueDetails.Builder. metrics(Metric... metrics)The metrics that are relevant to the performance issue.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type Metric Modifier and Type Method Description PerformanceIssueDetails.BuilderPerformanceIssueDetails.Builder. metrics(Collection<Metric> metrics)The metrics that are relevant to the performance issue.
-