Uses of Class
software.amazon.awssdk.services.rds.model.IssueDetails
-
Packages that use IssueDetails Package Description software.amazon.awssdk.services.rds.model -
-
Uses of IssueDetails in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return IssueDetails Modifier and Type Method Description IssueDetails
DBRecommendation. issueDetails()
Details of the issue that caused the recommendation.IssueDetails
RecommendedAction. issueDetails()
The details of the issue.Methods in software.amazon.awssdk.services.rds.model with parameters of type IssueDetails Modifier and Type Method Description DBRecommendation.Builder
DBRecommendation.Builder. issueDetails(IssueDetails issueDetails)
Details of the issue that caused the recommendation.RecommendedAction.Builder
RecommendedAction.Builder. issueDetails(IssueDetails issueDetails)
The details of the issue.
-