| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.clone() |
Metric |
Metric.withMetricQuery(MetricQuery metricQuery)
The query to retrieve metric data points.
|
Metric |
Metric.withName(String name)
The name of a metric.
|
Metric |
Metric.withReferences(Collection<MetricReference> references)
A list of metric references (thresholds).
|
Metric |
Metric.withReferences(MetricReference... references)
A list of metric references (thresholds).
|
Metric |
Metric.withStatisticsDetails(String statisticsDetails)
The details of different statistics for a metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<Metric> |
PerformanceIssueDetails.getMetrics()
The metrics that are relevant to the performance issue.
|
| Modifier and Type | Method and Description |
|---|---|
PerformanceIssueDetails |
PerformanceIssueDetails.withMetrics(Metric... metrics)
The metrics that are relevant to the performance issue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PerformanceIssueDetails.setMetrics(Collection<Metric> metrics)
The metrics that are relevant to the performance issue.
|
PerformanceIssueDetails |
PerformanceIssueDetails.withMetrics(Collection<Metric> metrics)
The metrics that are relevant to the performance issue.
|
Copyright © 2024. All rights reserved.