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