Uses of Class
com.oracle.bmc.budget.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.budget com.oracle.bmc.budget.model com.oracle.bmc.budget.requests -
-
Uses of LifecycleState in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetAlertRuleRequest,GetAlertRuleResponse>
BudgetWaiters. forAlertRule(GetAlertRuleRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlertRuleRequest,GetAlertRuleResponse>
BudgetWaiters. forAlertRule(GetAlertRuleRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlertRuleRequest,GetAlertRuleResponse>
BudgetWaiters. forAlertRule(GetAlertRuleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetBudgetRequest,GetBudgetResponse>
BudgetWaiters. forBudget(GetBudgetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
AlertRule. getLifecycleState()
The current state of the alert rule.LifecycleState
AlertRuleSummary. getLifecycleState()
The current state of the alert rule.LifecycleState
Budget. getLifecycleState()
The current state of the budget.LifecycleState
BudgetSummary. getLifecycleState()
The current state of the budget.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
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 LifecycleState Modifier and Type Method Description AlertRule.Builder
AlertRule.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the alert rule.AlertRuleSummary.Builder
AlertRuleSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the alert rule.Budget.Builder
Budget.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the budget.BudgetSummary.Builder
BudgetSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the budget.Constructors in com.oracle.bmc.budget.model with parameters of type LifecycleState Constructor Description AlertRule(String id, String budgetId, String displayName, AlertType type, BigDecimal threshold, ThresholdType thresholdType, LifecycleState lifecycleState, String message, String description, Integer version, String recipients, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.AlertRuleSummary(String id, String budgetId, String displayName, AlertType type, BigDecimal threshold, ThresholdType thresholdType, LifecycleState lifecycleState, String message, String description, Integer version, String recipients, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Budget(String id, String compartmentId, String targetCompartmentId, String displayName, String description, BigDecimal amount, ResetPeriod resetPeriod, Integer budgetProcessingPeriodStartOffset, ProcessingPeriodType processingPeriodType, Date startDate, Date endDate, TargetType targetType, List<String> targets, LifecycleState lifecycleState, Integer alertRuleCount, Integer version, BigDecimal actualSpend, BigDecimal forecastedSpend, Date timeSpendComputed, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.BudgetSummary(String id, String compartmentId, String targetCompartmentId, String displayName, String description, BigDecimal amount, ResetPeriod resetPeriod, Integer budgetProcessingPeriodStartOffset, ProcessingPeriodType processingPeriodType, Date startDate, Date endDate, TargetType targetType, List<String> targets, LifecycleState lifecycleState, Integer alertRuleCount, Integer version, BigDecimal actualSpend, BigDecimal forecastedSpend, Date timeSpendComputed, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListAlertRulesRequest. getLifecycleState()
The current state of the resource to filter by.LifecycleState
ListBudgetsRequest. getLifecycleState()
The current state of the resource to filter by.Methods in com.oracle.bmc.budget.requests with parameters of type LifecycleState Modifier and Type Method Description ListAlertRulesRequest.Builder
ListAlertRulesRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the resource to filter by.ListBudgetsRequest.Builder
ListBudgetsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the resource to filter by.
-