Uses of Class
com.oracle.bmc.optimizer.model.SupportedLevels
-
Packages that use SupportedLevels Package Description com.oracle.bmc.optimizer.model -
-
Uses of SupportedLevels in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return SupportedLevels Modifier and Type Method Description SupportedLevels
SupportedLevels.Builder. build()
SupportedLevels
Recommendation. getSupportedLevels()
SupportedLevels
RecommendationSummary. getSupportedLevels()
Methods in com.oracle.bmc.optimizer.model with parameters of type SupportedLevels Modifier and Type Method Description SupportedLevels.Builder
SupportedLevels.Builder. copy(SupportedLevels model)
Recommendation.Builder
Recommendation.Builder. supportedLevels(SupportedLevels supportedLevels)
RecommendationSummary.Builder
RecommendationSummary.Builder. supportedLevels(SupportedLevels supportedLevels)
Constructors in com.oracle.bmc.optimizer.model with parameters of type SupportedLevels 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.
-