Uses of Class
com.oracle.bmc.databasemanagement.model.RecommendationExampleLine
-
Packages that use RecommendationExampleLine Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of RecommendationExampleLine in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return RecommendationExampleLine Modifier and Type Method Description RecommendationExampleLine
RecommendationExampleLine.Builder. build()
Methods in com.oracle.bmc.databasemanagement.model that return types with arguments of type RecommendationExampleLine Modifier and Type Method Description List<RecommendationExampleLine>
RecommendationExample. getLines()
The list of examples for the recommendation.Methods in com.oracle.bmc.databasemanagement.model with parameters of type RecommendationExampleLine Modifier and Type Method Description RecommendationExampleLine.Builder
RecommendationExampleLine.Builder. copy(RecommendationExampleLine model)
Method parameters in com.oracle.bmc.databasemanagement.model with type arguments of type RecommendationExampleLine Modifier and Type Method Description RecommendationExample.Builder
RecommendationExample.Builder. lines(List<RecommendationExampleLine> lines)
The list of examples for the recommendation.Constructor parameters in com.oracle.bmc.databasemanagement.model with type arguments of type RecommendationExampleLine Constructor Description RecommendationExample(List<RecommendationExampleLine> lines)
Deprecated.
-