Uses of Class
com.oracle.bmc.budget.requests.ListAlertRulesRequest
-
Packages that use ListAlertRulesRequest Package Description com.oracle.bmc.budget com.oracle.bmc.budget.requests -
-
Uses of ListAlertRulesRequest in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget with parameters of type ListAlertRulesRequest Modifier and Type Method Description ListAlertRulesResponseBudget. listAlertRules(ListAlertRulesRequest request)Returns a list of Alert Rules for a specified budget.Future<ListAlertRulesResponse>BudgetAsync. listAlertRules(ListAlertRulesRequest request, AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler)Returns a list of Alert Rules for a specified budget.Future<ListAlertRulesResponse>BudgetAsyncClient. listAlertRules(ListAlertRulesRequest request, AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler)ListAlertRulesResponseBudgetClient. listAlertRules(ListAlertRulesRequest request)Iterable<AlertRuleSummary>BudgetPaginators. listAlertRulesRecordIterator(ListAlertRulesRequest request)Creates a new iterable which will iterate over theAlertRuleSummaryobjects contained in responses from the listAlertRules operation.Iterable<ListAlertRulesResponse>BudgetPaginators. listAlertRulesResponseIterator(ListAlertRulesRequest request)Creates a new iterable which will iterate over the responses received from the listAlertRules operation.Method parameters in com.oracle.bmc.budget with type arguments of type ListAlertRulesRequest Modifier and Type Method Description Future<ListAlertRulesResponse>BudgetAsync. listAlertRules(ListAlertRulesRequest request, AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler)Returns a list of Alert Rules for a specified budget.Future<ListAlertRulesResponse>BudgetAsyncClient. listAlertRules(ListAlertRulesRequest request, AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler) -
Uses of ListAlertRulesRequest in com.oracle.bmc.budget.requests
Methods in com.oracle.bmc.budget.requests that return ListAlertRulesRequest Modifier and Type Method Description ListAlertRulesRequestListAlertRulesRequest.Builder. build()Build the instance of ListAlertRulesRequest as configured by this builderListAlertRulesRequestListAlertRulesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListAlertRulesRequest as configured by this builderMethods in com.oracle.bmc.budget.requests with parameters of type ListAlertRulesRequest Modifier and Type Method Description ListAlertRulesRequest.BuilderListAlertRulesRequest.Builder. copy(ListAlertRulesRequest o)Copy method to populate the builder with values from the given instance.
-