Uses of Class
com.oracle.bmc.optimizer.model.RecommendationSummary
- 
Packages that use RecommendationSummary Package Description com.oracle.bmc.optimizer com.oracle.bmc.optimizer.model 
- 
- 
Uses of RecommendationSummary in com.oracle.bmc.optimizerMethods in com.oracle.bmc.optimizer that return types with arguments of type RecommendationSummary Modifier and Type Method Description Iterable<RecommendationSummary>OptimizerPaginators. listRecommendationsRecordIterator(ListRecommendationsRequest request)Creates a new iterable which will iterate over theRecommendationSummaryobjects contained in responses from the listRecommendations operation.
- 
Uses of RecommendationSummary in com.oracle.bmc.optimizer.modelMethods in com.oracle.bmc.optimizer.model that return RecommendationSummary Modifier and Type Method Description RecommendationSummaryRecommendationSummary.Builder. build()Methods in com.oracle.bmc.optimizer.model that return types with arguments of type RecommendationSummary Modifier and Type Method Description List<RecommendationSummary>RecommendationCollection. getItems()A collection of recommendations.Methods in com.oracle.bmc.optimizer.model with parameters of type RecommendationSummary Modifier and Type Method Description RecommendationSummary.BuilderRecommendationSummary.Builder. copy(RecommendationSummary model)Method parameters in com.oracle.bmc.optimizer.model with type arguments of type RecommendationSummary Modifier and Type Method Description RecommendationCollection.BuilderRecommendationCollection.Builder. items(List<RecommendationSummary> items)A collection of recommendations.Constructor parameters in com.oracle.bmc.optimizer.model with type arguments of type RecommendationSummary Constructor Description RecommendationCollection(List<RecommendationSummary> items)Deprecated.
 
-