Uses of Class
com.oracle.bmc.budget.model.CostAnomalyEvent.LifecycleState
-
Packages that use CostAnomalyEvent.LifecycleState Package Description com.oracle.bmc.budget com.oracle.bmc.budget.model -
-
Uses of CostAnomalyEvent.LifecycleState in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget with parameters of type CostAnomalyEvent.LifecycleState Modifier and Type Method Description Waiter<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse>CostAdWaiters. forCostAnomalyEvent(GetCostAnomalyEventRequest request, CostAnomalyEvent.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse>CostAdWaiters. forCostAnomalyEvent(GetCostAnomalyEventRequest request, CostAnomalyEvent.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetCostAnomalyEventRequest,GetCostAnomalyEventResponse>CostAdWaiters. forCostAnomalyEvent(GetCostAnomalyEventRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CostAnomalyEvent.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of CostAnomalyEvent.LifecycleState in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return CostAnomalyEvent.LifecycleState Modifier and Type Method Description static CostAnomalyEvent.LifecycleStateCostAnomalyEvent.LifecycleState. create(String key)CostAnomalyEvent.LifecycleStateCostAnomalyEvent. getLifecycleState()The current state of the cost anomaly event.CostAnomalyEvent.LifecycleStateCostAnomalyEventSummary. getLifecycleState()The current state of the cost anomaly event.static CostAnomalyEvent.LifecycleStateCostAnomalyEvent.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static CostAnomalyEvent.LifecycleState[]CostAnomalyEvent.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 CostAnomalyEvent.LifecycleState Modifier and Type Method Description CostAnomalyEvent.BuilderCostAnomalyEvent.Builder. lifecycleState(CostAnomalyEvent.LifecycleState lifecycleState)The current state of the cost anomaly event.CostAnomalyEventSummary.BuilderCostAnomalyEventSummary.Builder. lifecycleState(CostAnomalyEvent.LifecycleState lifecycleState)The current state of the cost anomaly event.Constructors in com.oracle.bmc.budget.model with parameters of type CostAnomalyEvent.LifecycleState 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.
-