Uses of Class
com.oracle.bmc.optimizer.model.RecommendationCollection
-
Packages that use RecommendationCollection Package Description com.oracle.bmc.optimizer.model com.oracle.bmc.optimizer.responses -
-
Uses of RecommendationCollection in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return RecommendationCollection Modifier and Type Method Description RecommendationCollection
RecommendationCollection.Builder. build()
Methods in com.oracle.bmc.optimizer.model with parameters of type RecommendationCollection Modifier and Type Method Description RecommendationCollection.Builder
RecommendationCollection.Builder. copy(RecommendationCollection model)
-
Uses of RecommendationCollection in com.oracle.bmc.optimizer.responses
Methods in com.oracle.bmc.optimizer.responses that return RecommendationCollection Modifier and Type Method Description RecommendationCollection
ListRecommendationsResponse. getRecommendationCollection()
The returned RecommendationCollection instance.Methods in com.oracle.bmc.optimizer.responses with parameters of type RecommendationCollection Modifier and Type Method Description ListRecommendationsResponse.Builder
ListRecommendationsResponse.Builder. recommendationCollection(RecommendationCollection recommendationCollection)
The returned RecommendationCollection instance.
-