Uses of Class
com.oracle.bmc.budget.requests.GetAlertRuleRequest
-
Packages that use GetAlertRuleRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests -
-
Uses of GetAlertRuleRequest in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return types with arguments of type GetAlertRuleRequest 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.Method parameters in com.oracle.bmc.budget with type arguments of type GetAlertRuleRequest Modifier and Type Method Description Future<GetAlertRuleResponse>
BudgetAsync. getAlertRule(GetAlertRuleRequest request, AsyncHandler<GetAlertRuleRequest,GetAlertRuleResponse> handler)
Gets an Alert Rule for a specified budget.Future<GetAlertRuleResponse>
BudgetAsyncClient. getAlertRule(GetAlertRuleRequest request, AsyncHandler<GetAlertRuleRequest,GetAlertRuleResponse> handler)
-
Uses of GetAlertRuleRequest in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return GetAlertRuleRequest Modifier and Type Method Description GetAlertRuleRequest
GetAlertRuleRequest.Builder. build()
Build the instance of GetAlertRuleRequest as configured by this builderGetAlertRuleRequest
GetAlertRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAlertRuleRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type GetAlertRuleRequest Modifier and Type Method Description GetAlertRuleRequest.Builder
GetAlertRuleRequest.Builder. copy(GetAlertRuleRequest o)
Copy method to populate the builder with values from the given instance.
-