Uses of Class
com.oracle.bmc.budget.model.CostAlertSubscriptionMap
-
Packages that use CostAlertSubscriptionMap Package Description com.oracle.bmc.budget.model -
-
Uses of CostAlertSubscriptionMap in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAlertSubscriptionMap Modifier and Type Method Description CostAlertSubscriptionMapCostAlertSubscriptionMap.Builder. build()CostAlertSubscriptionMapCostAnomalyMonitor. getCostAlertSubscriptionMap()CostAlertSubscriptionMapCreateCostAnomalyMonitorDetails. getCostAlertSubscriptionMap()CostAlertSubscriptionMapUpdateCostAnomalyMonitorDetails. getCostAlertSubscriptionMap()Methods in com.oracle.bmc.budget.model with parameters of type CostAlertSubscriptionMap Modifier and Type Method Description CostAlertSubscriptionMap.BuilderCostAlertSubscriptionMap.Builder. copy(CostAlertSubscriptionMap model)CostAnomalyMonitor.BuilderCostAnomalyMonitor.Builder. costAlertSubscriptionMap(CostAlertSubscriptionMap costAlertSubscriptionMap)CreateCostAnomalyMonitorDetails.BuilderCreateCostAnomalyMonitorDetails.Builder. costAlertSubscriptionMap(CostAlertSubscriptionMap costAlertSubscriptionMap)UpdateCostAnomalyMonitorDetails.BuilderUpdateCostAnomalyMonitorDetails.Builder. costAlertSubscriptionMap(CostAlertSubscriptionMap costAlertSubscriptionMap)Constructors in com.oracle.bmc.budget.model with parameters of type CostAlertSubscriptionMap Constructor Description CostAnomalyMonitor(String id, String compartmentId, String name, MonitorType type, String description, CostAnomalyMonitor.LifecycleState lifecycleState, String lifecycleDetails, TargetResourceFilter targetResourceFilter, CostAlertSubscriptionMap costAlertSubscriptionMap, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.CreateCostAnomalyMonitorDetails(String compartmentId, String name, String description, TargetResourceFilter targetResourceFilter, CostAlertSubscriptionMap costAlertSubscriptionMap, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.UpdateCostAnomalyMonitorDetails(String description, CostAlertSubscriptionMap costAlertSubscriptionMap, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags)Deprecated.
-