Uses of Class
com.oracle.bmc.budget.model.CostAlertSubscription.LifecycleState
-
Packages that use CostAlertSubscription.LifecycleState Package Description com.oracle.bmc.budget com.oracle.bmc.budget.model com.oracle.bmc.budget.requests -
-
Uses of CostAlertSubscription.LifecycleState in com.oracle.bmc.budget
-
Uses of CostAlertSubscription.LifecycleState in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAlertSubscription.LifecycleState Modifier and Type Method Description static CostAlertSubscription.LifecycleStateCostAlertSubscription.LifecycleState. create(String key)CostAlertSubscription.LifecycleStateCostAlertSubscription. getLifecycleState()The current state of the cost alert subscription.CostAlertSubscription.LifecycleStateCostAlertSubscriptionSummary. getLifecycleState()The current state of the cost alert subscription.static CostAlertSubscription.LifecycleStateCostAlertSubscription.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static CostAlertSubscription.LifecycleState[]CostAlertSubscription.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 CostAlertSubscription.LifecycleState Modifier and Type Method Description CostAlertSubscription.BuilderCostAlertSubscription.Builder. lifecycleState(CostAlertSubscription.LifecycleState lifecycleState)The current state of the cost alert subscription.CostAlertSubscriptionSummary.BuilderCostAlertSubscriptionSummary.Builder. lifecycleState(CostAlertSubscription.LifecycleState lifecycleState)The current state of the cost alert subscription.Constructors in com.oracle.bmc.budget.model with parameters of type CostAlertSubscription.LifecycleState Constructor Description CostAlertSubscription(String id, String compartmentId, String name, CostAlertSubscription.LifecycleState lifecycleState, String channels, String description, Date timeCreated, Date timeUpdated, Object costAnomalyMonitors, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated.CostAlertSubscriptionSummary(String id, String compartmentId, String name, String channelTypes, Date timeCreated, CostAlertSubscription.LifecycleState lifecycleState, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of CostAlertSubscription.LifecycleState in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return CostAlertSubscription.LifecycleState Modifier and Type Method Description CostAlertSubscription.LifecycleStateListCostAlertSubscriptionsRequest. getLifecycleState()The current state of the cost alert subscription.Methods in com.oracle.bmc.budget.requests with parameters of type CostAlertSubscription.LifecycleState Modifier and Type Method Description ListCostAlertSubscriptionsRequest.BuilderListCostAlertSubscriptionsRequest.Builder. lifecycleState(CostAlertSubscription.LifecycleState lifecycleState)The current state of the cost alert subscription.
-