| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBRecommendation |
DBRecommendation.clone() |
DBRecommendation |
ModifyDBRecommendationResult.getDBRecommendation() |
DBRecommendation |
DBRecommendation.withAdditionalInfo(String additionalInfo)
Additional information about the recommendation.
|
DBRecommendation |
DBRecommendation.withCategory(String category)
The category of the recommendation.
|
DBRecommendation |
DBRecommendation.withCreatedTime(Date createdTime)
The time when the recommendation was created.
|
DBRecommendation |
DBRecommendation.withDescription(String description)
A detailed description of the recommendation.
|
DBRecommendation |
DBRecommendation.withDetection(String detection)
A short description of the issue identified for this recommendation.
|
DBRecommendation |
DBRecommendation.withImpact(String impact)
A short description that explains the possible impact of an issue.
|
DBRecommendation |
DBRecommendation.withIssueDetails(IssueDetails issueDetails)
Details of the issue that caused the recommendation.
|
DBRecommendation |
DBRecommendation.withLinks(Collection<DocLink> links)
A link to documentation that provides additional information about the recommendation.
|
DBRecommendation |
DBRecommendation.withLinks(DocLink... links)
A link to documentation that provides additional information about the recommendation.
|
DBRecommendation |
DBRecommendation.withReason(String reason)
The reason why this recommendation was created.
|
DBRecommendation |
DBRecommendation.withRecommendation(String recommendation)
A short description of the recommendation to resolve an issue.
|
DBRecommendation |
DBRecommendation.withRecommendationId(String recommendationId)
The unique identifier of the recommendation.
|
DBRecommendation |
DBRecommendation.withRecommendedActions(Collection<RecommendedAction> recommendedActions)
A list of recommended actions.
|
DBRecommendation |
DBRecommendation.withRecommendedActions(RecommendedAction... recommendedActions)
A list of recommended actions.
|
DBRecommendation |
DBRecommendation.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the RDS resource associated with the recommendation.
|
DBRecommendation |
DBRecommendation.withSeverity(String severity)
The severity level of the recommendation.
|
DBRecommendation |
DBRecommendation.withSource(String source)
The Amazon Web Services service that generated the recommendations.
|
DBRecommendation |
DBRecommendation.withStatus(String status)
The current status of the recommendation.
|
DBRecommendation |
DBRecommendation.withTypeDetection(String typeDetection)
A short description of the recommendation type.
|
DBRecommendation |
DBRecommendation.withTypeId(String typeId)
A value that indicates the type of recommendation.
|
DBRecommendation |
DBRecommendation.withTypeRecommendation(String typeRecommendation)
A short description that summarizes the recommendation to fix all the issues of the recommendation type.
|
DBRecommendation |
DBRecommendation.withUpdatedTime(Date updatedTime)
The time when the recommendation was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBRecommendation> |
DescribeDBRecommendationsResult.getDBRecommendations()
A list of recommendations which is returned from
DescribeDBRecommendations API request. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyDBRecommendationResult.setDBRecommendation(DBRecommendation dBRecommendation) |
ModifyDBRecommendationResult |
ModifyDBRecommendationResult.withDBRecommendation(DBRecommendation dBRecommendation) |
DescribeDBRecommendationsResult |
DescribeDBRecommendationsResult.withDBRecommendations(DBRecommendation... dBRecommendations)
A list of recommendations which is returned from
DescribeDBRecommendations API request. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBRecommendationsResult.setDBRecommendations(Collection<DBRecommendation> dBRecommendations)
A list of recommendations which is returned from
DescribeDBRecommendations API request. |
DescribeDBRecommendationsResult |
DescribeDBRecommendationsResult.withDBRecommendations(Collection<DBRecommendation> dBRecommendations)
A list of recommendations which is returned from
DescribeDBRecommendations API request. |
Copyright © 2024. All rights reserved.