Uses of Class
com.oracle.bmc.budget.requests.CreateAlertRuleRequest
- 
Packages that use CreateAlertRuleRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests 
- 
- 
Uses of CreateAlertRuleRequest in com.oracle.bmc.budgetMethods in com.oracle.bmc.budget with parameters of type CreateAlertRuleRequest Modifier and Type Method Description CreateAlertRuleResponseBudget. createAlertRule(CreateAlertRuleRequest request)Creates a new Alert Rule.Future<CreateAlertRuleResponse>BudgetAsync. createAlertRule(CreateAlertRuleRequest request, AsyncHandler<CreateAlertRuleRequest,CreateAlertRuleResponse> handler)Creates a new Alert Rule.Future<CreateAlertRuleResponse>BudgetAsyncClient. createAlertRule(CreateAlertRuleRequest request, AsyncHandler<CreateAlertRuleRequest,CreateAlertRuleResponse> handler)CreateAlertRuleResponseBudgetClient. createAlertRule(CreateAlertRuleRequest request)Method parameters in com.oracle.bmc.budget with type arguments of type CreateAlertRuleRequest Modifier and Type Method Description Future<CreateAlertRuleResponse>BudgetAsync. createAlertRule(CreateAlertRuleRequest request, AsyncHandler<CreateAlertRuleRequest,CreateAlertRuleResponse> handler)Creates a new Alert Rule.Future<CreateAlertRuleResponse>BudgetAsyncClient. createAlertRule(CreateAlertRuleRequest request, AsyncHandler<CreateAlertRuleRequest,CreateAlertRuleResponse> handler)
- 
Uses of CreateAlertRuleRequest in com.oracle.bmc.budget.requestsMethods in com.oracle.bmc.budget.requests that return CreateAlertRuleRequest Modifier and Type Method Description CreateAlertRuleRequestCreateAlertRuleRequest.Builder. build()Build the instance of CreateAlertRuleRequest as configured by this builderCreateAlertRuleRequestCreateAlertRuleRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateAlertRuleRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type CreateAlertRuleRequest Modifier and Type Method Description CreateAlertRuleRequest.BuilderCreateAlertRuleRequest.Builder. copy(CreateAlertRuleRequest o)Copy method to populate the builder with values from the given instance.
 
-