| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DocLink |
DocLink.clone() |
DocLink |
DocLink.withText(String text)
The text with the link to documentation for the recommendation.
|
DocLink |
DocLink.withUrl(String url)
The URL for the documentation for the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
List<DocLink> |
DBRecommendation.getLinks()
A link to documentation that provides additional information about the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
DBRecommendation |
DBRecommendation.withLinks(DocLink... links)
A link to documentation that provides additional information about the recommendation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBRecommendation.setLinks(Collection<DocLink> links)
A link to documentation that provides additional information about the recommendation.
|
DBRecommendation |
DBRecommendation.withLinks(Collection<DocLink> links)
A link to documentation that provides additional information about the recommendation.
|
Copyright © 2024. All rights reserved.