| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
MetricReference |
MetricReference.clone() |
MetricReference |
MetricReference.withName(String name)
The name of the metric reference.
|
MetricReference |
MetricReference.withReferenceDetails(ReferenceDetails referenceDetails)
The details of a performance issue.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricReference> |
Metric.getReferences()
A list of metric references (thresholds).
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.withReferences(MetricReference... references)
A list of metric references (thresholds).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metric.setReferences(Collection<MetricReference> references)
A list of metric references (thresholds).
|
Metric |
Metric.withReferences(Collection<MetricReference> references)
A list of metric references (thresholds).
|
Copyright © 2024. All rights reserved.