Uses of Class
software.amazon.awssdk.services.rds.model.DocLink
-
Packages that use DocLink Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DocLink in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DocLink Modifier and Type Method Description List<DocLink>
DBRecommendation. links()
A link to documentation that provides additional information about the recommendation.Methods in software.amazon.awssdk.services.rds.model with parameters of type DocLink Modifier and Type Method Description DBRecommendation.Builder
DBRecommendation.Builder. links(DocLink... links)
A link to documentation that provides additional information about the recommendation.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DocLink Modifier and Type Method Description DBRecommendation.Builder
DBRecommendation.Builder. links(Collection<DocLink> links)
A link to documentation that provides additional information about the recommendation.
-