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.budget
Methods in com.oracle.bmc.budget with parameters of type CreateAlertRuleRequest Modifier and Type Method Description CreateAlertRuleResponse
Budget. 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)
CreateAlertRuleResponse
BudgetClient. 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.requests
Methods in com.oracle.bmc.budget.requests that return CreateAlertRuleRequest Modifier and Type Method Description CreateAlertRuleRequest
CreateAlertRuleRequest.Builder. build()
Build the instance of CreateAlertRuleRequest as configured by this builderCreateAlertRuleRequest
CreateAlertRuleRequest.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.Builder
CreateAlertRuleRequest.Builder. copy(CreateAlertRuleRequest o)
Copy method to populate the builder with values from the given instance.
-