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.optimizer
Methods 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 theRecommendationSummary
objects contained in responses from the listRecommendations operation. -
Uses of RecommendationSummary in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return RecommendationSummary Modifier and Type Method Description RecommendationSummary
RecommendationSummary.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.Builder
RecommendationSummary.Builder. copy(RecommendationSummary model)
Method parameters in com.oracle.bmc.optimizer.model with type arguments of type RecommendationSummary Modifier and Type Method Description RecommendationCollection.Builder
RecommendationCollection.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.
-