Uses of Class
com.oracle.bmc.budget.model.CostAnomalyMonitor.LifecycleState
-
Packages that use CostAnomalyMonitor.LifecycleState Package Description com.oracle.bmc.budget com.oracle.bmc.budget.model com.oracle.bmc.budget.requests -
-
Uses of CostAnomalyMonitor.LifecycleState in com.oracle.bmc.budget
-
Uses of CostAnomalyMonitor.LifecycleState in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAnomalyMonitor.LifecycleState Modifier and Type Method Description static CostAnomalyMonitor.LifecycleStateCostAnomalyMonitor.LifecycleState. create(String key)CostAnomalyMonitor.LifecycleStateCostAnomalyMonitor. getLifecycleState()The current state of the cost monitor.CostAnomalyMonitor.LifecycleStateCostAnomalyMonitorSummary. getLifecycleState()The current state of the cost monitor.static CostAnomalyMonitor.LifecycleStateCostAnomalyMonitor.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static CostAnomalyMonitor.LifecycleState[]CostAnomalyMonitor.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.budget.model with parameters of type CostAnomalyMonitor.LifecycleState Modifier and Type Method Description CostAnomalyMonitor.BuilderCostAnomalyMonitor.Builder. lifecycleState(CostAnomalyMonitor.LifecycleState lifecycleState)The current state of the cost monitor.CostAnomalyMonitorSummary.BuilderCostAnomalyMonitorSummary.Builder. lifecycleState(CostAnomalyMonitor.LifecycleState lifecycleState)The current state of the cost monitor.Constructors in com.oracle.bmc.budget.model with parameters of type CostAnomalyMonitor.LifecycleState 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.CostAnomalyMonitorSummary(String id, String compartmentId, String name, MonitorType type, String description, CostAnomalyMonitor.LifecycleState lifecycleState, TargetResourceFilter targetResourceFilter, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of CostAnomalyMonitor.LifecycleState in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return CostAnomalyMonitor.LifecycleState Modifier and Type Method Description CostAnomalyMonitor.LifecycleStateListCostAnomalyMonitorsRequest. getLifecycleState()The current state of the cost monitor.Methods in com.oracle.bmc.budget.requests with parameters of type CostAnomalyMonitor.LifecycleState Modifier and Type Method Description ListCostAnomalyMonitorsRequest.BuilderListCostAnomalyMonitorsRequest.Builder. lifecycleState(CostAnomalyMonitor.LifecycleState lifecycleState)The current state of the cost monitor.
-