Uses of Class
com.oracle.bmc.budget.model.RootCauseDetail
-
Packages that use RootCauseDetail Package Description com.oracle.bmc.budget.model -
-
Uses of RootCauseDetail in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return RootCauseDetail Modifier and Type Method Description RootCauseDetailRootCauseDetail.Builder. build()RootCauseDetailCostAnomalyEvent. getRootCauseDetail()RootCauseDetailCostAnomalyEventSummary. getRootCauseDetail()Methods in com.oracle.bmc.budget.model with parameters of type RootCauseDetail Modifier and Type Method Description RootCauseDetail.BuilderRootCauseDetail.Builder. copy(RootCauseDetail model)CostAnomalyEvent.BuilderCostAnomalyEvent.Builder. rootCauseDetail(RootCauseDetail rootCauseDetail)CostAnomalyEventSummary.BuilderCostAnomalyEventSummary.Builder. rootCauseDetail(RootCauseDetail rootCauseDetail)Constructors in com.oracle.bmc.budget.model with parameters of type RootCauseDetail Constructor Description CostAnomalyEvent(String id, String costAnomalyName, String compartmentId, CostAnomalyEvent.LifecycleState lifecycleState, String costMonitorId, String costMonitorName, MonitorType costMonitorType, TargetResourceFilter targetResourceFilter, Date timeAnomalyEventDate, Double costImpact, Double costVariancePercentage, RootCauseDetail rootCauseDetail, CostAnomalyEvent.FeedbackResponse feedbackResponse, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.CostAnomalyEventSummary(String id, String costAnomalyName, String compartmentId, String costMonitorId, String costMonitorName, MonitorType costMonitorType, CostAnomalyEvent.LifecycleState lifecycleState, TargetResourceFilter targetResourceFilter, RootCauseDetail rootCauseDetail, Date timeAnomalyEventDate, Double costImpact, Double costVariancePercentage, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-