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