| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
IssueDetails |
IssueDetails.clone() |
IssueDetails |
RecommendedAction.getIssueDetails()
The details of the issue.
|
IssueDetails |
DBRecommendation.getIssueDetails()
Details of the issue that caused the recommendation.
|
IssueDetails |
IssueDetails.withPerformanceIssueDetails(PerformanceIssueDetails performanceIssueDetails)
A detailed description of the issue when the recommendation category is
performance. |
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendedAction.setIssueDetails(IssueDetails issueDetails)
The details of the issue.
|
void |
DBRecommendation.setIssueDetails(IssueDetails issueDetails)
Details of the issue that caused the recommendation.
|
RecommendedAction |
RecommendedAction.withIssueDetails(IssueDetails issueDetails)
The details of the issue.
|
DBRecommendation |
DBRecommendation.withIssueDetails(IssueDetails issueDetails)
Details of the issue that caused the recommendation.
|
Copyright © 2024. All rights reserved.