Uses of Class
com.oracle.bmc.optimizer.model.ResourceCount
-
Packages that use ResourceCount Package Description com.oracle.bmc.optimizer.model -
-
Uses of ResourceCount in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return ResourceCount Modifier and Type Method Description ResourceCount
ResourceCount.Builder. build()
Methods in com.oracle.bmc.optimizer.model that return types with arguments of type ResourceCount Modifier and Type Method Description List<ResourceCount>
Category. getResourceCounts()
An array of ResourceCount objects grouped by the status of the recommendation.List<ResourceCount>
CategorySummary. getResourceCounts()
An array of ResourceCount objects grouped by the status of each recommendation.List<ResourceCount>
Recommendation. getResourceCounts()
An array of ResourceCount objects grouped by the status of the resource actions.List<ResourceCount>
RecommendationSummary. getResourceCounts()
An array of ResourceCount objects grouped by the status of the resource actions.Methods in com.oracle.bmc.optimizer.model with parameters of type ResourceCount Modifier and Type Method Description ResourceCount.Builder
ResourceCount.Builder. copy(ResourceCount model)
Method parameters in com.oracle.bmc.optimizer.model with type arguments of type ResourceCount Modifier and Type Method Description Category.Builder
Category.Builder. resourceCounts(List<ResourceCount> resourceCounts)
An array of ResourceCount objects grouped by the status of the recommendation.CategorySummary.Builder
CategorySummary.Builder. resourceCounts(List<ResourceCount> resourceCounts)
An array of ResourceCount objects grouped by the status of each recommendation.Recommendation.Builder
Recommendation.Builder. resourceCounts(List<ResourceCount> resourceCounts)
An array of ResourceCount objects grouped by the status of the resource actions.RecommendationSummary.Builder
RecommendationSummary.Builder. resourceCounts(List<ResourceCount> resourceCounts)
An array of ResourceCount objects grouped by the status of the resource actions.Constructor parameters in com.oracle.bmc.optimizer.model with type arguments of type ResourceCount Constructor Description Recommendation(String id, String compartmentId, String categoryId, String name, String description, Importance importance, List<ResourceCount> resourceCounts, LifecycleState lifecycleState, Double estimatedCostSaving, Status status, Date timeStatusBegin, Date timeStatusEnd, Date timeCreated, Date timeUpdated, SupportedLevels supportedLevels, Map<String,String> extendedMetadata)
Deprecated.RecommendationSummary(String id, String compartmentId, String categoryId, String name, String description, Importance importance, List<ResourceCount> resourceCounts, LifecycleState lifecycleState, Double estimatedCostSaving, Status status, Date timeStatusBegin, Date timeStatusEnd, Date timeCreated, Date timeUpdated, SupportedLevels supportedLevels, Map<String,String> extendedMetadata)
Deprecated.
-