Uses of Class
com.oracle.bmc.budget.model.AlertRuleSummary
-
Packages that use AlertRuleSummary Package Description com.oracle.bmc.budget com.oracle.bmc.budget.model com.oracle.bmc.budget.responses -
-
Uses of AlertRuleSummary in com.oracle.bmc.budget
Methods in com.oracle.bmc.budget that return types with arguments of type AlertRuleSummary Modifier and Type Method Description Iterable<AlertRuleSummary>
BudgetPaginators. listAlertRulesRecordIterator(ListAlertRulesRequest request)
Creates a new iterable which will iterate over theAlertRuleSummary
objects contained in responses from the listAlertRules operation. -
Uses of AlertRuleSummary in com.oracle.bmc.budget.model
Methods in com.oracle.bmc.budget.model that return AlertRuleSummary Modifier and Type Method Description AlertRuleSummary
AlertRuleSummary.Builder. build()
Methods in com.oracle.bmc.budget.model with parameters of type AlertRuleSummary Modifier and Type Method Description AlertRuleSummary.Builder
AlertRuleSummary.Builder. copy(AlertRuleSummary model)
-
Uses of AlertRuleSummary in com.oracle.bmc.budget.responses
Methods in com.oracle.bmc.budget.responses that return types with arguments of type AlertRuleSummary Modifier and Type Method Description List<AlertRuleSummary>
ListAlertRulesResponse. getItems()
A list of com.oracle.bmc.budget.model.AlertRuleSummary instances.Method parameters in com.oracle.bmc.budget.responses with type arguments of type AlertRuleSummary Modifier and Type Method Description ListAlertRulesResponse.Builder
ListAlertRulesResponse.Builder. items(List<AlertRuleSummary> items)
A list of com.oracle.bmc.budget.model.AlertRuleSummary instances.
-