Uses of Class
com.oracle.bmc.optimizer.model.RecommendationCount
-
Packages that use RecommendationCount Package Description com.oracle.bmc.optimizer.model -
-
Uses of RecommendationCount in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return RecommendationCount Modifier and Type Method Description RecommendationCount
RecommendationCount.Builder. build()
Methods in com.oracle.bmc.optimizer.model that return types with arguments of type RecommendationCount Modifier and Type Method Description List<RecommendationCount>
Category. getRecommendationCounts()
An array of RecommendationCount objects grouped by the level of importance assigned to the recommendation.List<RecommendationCount>
CategorySummary. getRecommendationCounts()
An array of RecommendationCount objects grouped by the level of importance assigned to each recommendation.Methods in com.oracle.bmc.optimizer.model with parameters of type RecommendationCount Modifier and Type Method Description RecommendationCount.Builder
RecommendationCount.Builder. copy(RecommendationCount model)
Method parameters in com.oracle.bmc.optimizer.model with type arguments of type RecommendationCount Modifier and Type Method Description Category.Builder
Category.Builder. recommendationCounts(List<RecommendationCount> recommendationCounts)
An array of RecommendationCount objects grouped by the level of importance assigned to the recommendation.CategorySummary.Builder
CategorySummary.Builder. recommendationCounts(List<RecommendationCount> recommendationCounts)
An array of RecommendationCount objects grouped by the level of importance assigned to each recommendation.Constructor parameters in com.oracle.bmc.optimizer.model with type arguments of type RecommendationCount Constructor Description Category(String id, String compartmentId, String compartmentName, String name, String description, List<RecommendationCount> recommendationCounts, List<ResourceCount> resourceCounts, LifecycleState lifecycleState, Double estimatedCostSaving, Date timeCreated, Date timeUpdated, Map<String,String> extendedMetadata)
Deprecated.CategorySummary(String id, String compartmentId, String compartmentName, String name, String description, List<RecommendationCount> recommendationCounts, List<ResourceCount> resourceCounts, LifecycleState lifecycleState, Double estimatedCostSaving, Date timeCreated, Date timeUpdated, Map<String,String> extendedMetadata)
Deprecated.
-