| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
PerformanceIssueDetails |
PerformanceIssueDetails.clone() |
PerformanceIssueDetails |
IssueDetails.getPerformanceIssueDetails()
A detailed description of the issue when the recommendation category is
performance. |
PerformanceIssueDetails |
PerformanceIssueDetails.withAnalysis(String analysis)
The analysis of the performance issue.
|
PerformanceIssueDetails |
PerformanceIssueDetails.withEndTime(Date endTime)
The time when the performance issue stopped.
|
PerformanceIssueDetails |
PerformanceIssueDetails.withMetrics(Collection<Metric> metrics)
The metrics that are relevant to the performance issue.
|
PerformanceIssueDetails |
PerformanceIssueDetails.withMetrics(Metric... metrics)
The metrics that are relevant to the performance issue.
|
PerformanceIssueDetails |
PerformanceIssueDetails.withStartTime(Date startTime)
The time when the performance issue started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IssueDetails.setPerformanceIssueDetails(PerformanceIssueDetails performanceIssueDetails)
A detailed description of the issue when the recommendation category is
performance. |
IssueDetails |
IssueDetails.withPerformanceIssueDetails(PerformanceIssueDetails performanceIssueDetails)
A detailed description of the issue when the recommendation category is
performance. |
Copyright © 2024. All rights reserved.