Uses of Class
com.oracle.bmc.budget.requests.DeleteAlertRuleRequest
-
Packages that use DeleteAlertRuleRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests -
-
Uses of DeleteAlertRuleRequest in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget with parameters of type DeleteAlertRuleRequest Modifier and Type Method Description DeleteAlertRuleResponse
Budget. deleteAlertRule(DeleteAlertRuleRequest request)
Deletes a specified Alert Rule resource.Future<DeleteAlertRuleResponse>
BudgetAsync. deleteAlertRule(DeleteAlertRuleRequest request, AsyncHandler<DeleteAlertRuleRequest,DeleteAlertRuleResponse> handler)
Deletes a specified Alert Rule resource.Future<DeleteAlertRuleResponse>
BudgetAsyncClient. deleteAlertRule(DeleteAlertRuleRequest request, AsyncHandler<DeleteAlertRuleRequest,DeleteAlertRuleResponse> handler)
DeleteAlertRuleResponse
BudgetClient. deleteAlertRule(DeleteAlertRuleRequest request)
Method parameters in com.oracle.bmc.budget with type arguments of type DeleteAlertRuleRequest Modifier and Type Method Description Future<DeleteAlertRuleResponse>
BudgetAsync. deleteAlertRule(DeleteAlertRuleRequest request, AsyncHandler<DeleteAlertRuleRequest,DeleteAlertRuleResponse> handler)
Deletes a specified Alert Rule resource.Future<DeleteAlertRuleResponse>
BudgetAsyncClient. deleteAlertRule(DeleteAlertRuleRequest request, AsyncHandler<DeleteAlertRuleRequest,DeleteAlertRuleResponse> handler)
-
Uses of DeleteAlertRuleRequest in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return DeleteAlertRuleRequest Modifier and Type Method Description DeleteAlertRuleRequest
DeleteAlertRuleRequest.Builder. build()
Build the instance of DeleteAlertRuleRequest as configured by this builderDeleteAlertRuleRequest
DeleteAlertRuleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAlertRuleRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type DeleteAlertRuleRequest Modifier and Type Method Description DeleteAlertRuleRequest.Builder
DeleteAlertRuleRequest.Builder. copy(DeleteAlertRuleRequest o)
Copy method to populate the builder with values from the given instance.
-