@Generated(value="OracleSDKGenerator", comments="API Version: 20190111") public class BudgetWaiters extends Object
Collection of helper methods to produce Waiter
s for different resources of Budget.
The default configuration used is defined by Waiters#DEFAULT_POLLING_WAITER
.
Constructor and Description |
---|
BudgetWaiters(ExecutorService executorService,
Budget client) |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAlertRuleRequest,GetAlertRuleResponse> |
forAlertRule(GetAlertRuleRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetAlertRuleRequest,GetAlertRuleResponse> |
forAlertRule(GetAlertRuleRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAlertRuleRequest,GetAlertRuleResponse> |
forAlertRule(GetAlertRuleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBudgetRequest,GetBudgetResponse> |
forBudget(GetBudgetRequest request,
LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetBudgetRequest,GetBudgetResponse> |
forBudget(GetBudgetRequest request,
LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetBudgetRequest,GetBudgetResponse> |
forBudget(GetBudgetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
@ConstructorProperties(value={"executorService","client"}) public BudgetWaiters(ExecutorService executorService, Budget client)
public Waiter<GetAlertRuleRequest,GetAlertRuleResponse> forAlertRule(GetAlertRuleRequest request, LifecycleState... targetStates)
Creates a new Waiter
using default configuration.
request
- the request to sendtargetState
- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetAlertRuleRequest,GetAlertRuleResponse> forAlertRule(GetAlertRuleRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to useWaiter
instancepublic Waiter<GetAlertRuleRequest,GetAlertRuleResponse> forAlertRule(GetAlertRuleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetBudgetRequest,GetBudgetResponse> forBudget(GetBudgetRequest request, LifecycleState... targetStates)
Creates a new Waiter
using default configuration.
request
- the request to sendtargetState
- the desired states to wait for. If multiple states are provided then the waiter will return once the resource reaches any of the provided statesWaiter
instancepublic Waiter<GetBudgetRequest,GetBudgetResponse> forBudget(GetBudgetRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a new Waiter
using the provided configuration.
request
- the request to sendtargetState
- the desired state to wait forterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to useWaiter
instancepublic Waiter<GetBudgetRequest,GetBudgetResponse> forBudget(GetBudgetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a new Waiter
using the provided configuration.
request
- the request to sendterminationStrategy
- the TerminationStrategy
to usedelayStrategy
- the DelayStrategy
to usetargetStates
- the desired states to wait for. The waiter will return once the resource reaches any of the provided statesWaiter
instanceCopyright © 2016–2019. All rights reserved.