Uses of Class
com.oracle.bmc.budget.responses.DeleteAlertRuleResponse
-
Packages that use DeleteAlertRuleResponse Package Description com.oracle.bmc.budget com.oracle.bmc.budget.responses -
-
Uses of DeleteAlertRuleResponse in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return DeleteAlertRuleResponse Modifier and Type Method Description DeleteAlertRuleResponse
Budget. deleteAlertRule(DeleteAlertRuleRequest request)
Deletes a specified Alert Rule resource.DeleteAlertRuleResponse
BudgetClient. deleteAlertRule(DeleteAlertRuleRequest request)
Methods in com.oracle.bmc.budget that return types with arguments of type DeleteAlertRuleResponse 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)
Method parameters in com.oracle.bmc.budget with type arguments of type DeleteAlertRuleResponse 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 DeleteAlertRuleResponse in com.oracle.bmc.budget.responses
Methods in com.oracle.bmc.budget.responses that return DeleteAlertRuleResponse Modifier and Type Method Description DeleteAlertRuleResponse
DeleteAlertRuleResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.budget.responses with parameters of type DeleteAlertRuleResponse Modifier and Type Method Description DeleteAlertRuleResponse.Builder
DeleteAlertRuleResponse.Builder. copy(DeleteAlertRuleResponse o)
Copy method to populate the builder with values from the given instance.
-