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.budgetMethods 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 theBudgetSummaryobjects contained in responses from the listBudgets operation.
- 
Uses of BudgetSummary in com.oracle.bmc.budget.modelMethods in com.oracle.bmc.budget.model that return BudgetSummary Modifier and Type Method Description BudgetSummaryBudgetSummary.Builder. build()Methods in com.oracle.bmc.budget.model with parameters of type BudgetSummary Modifier and Type Method Description BudgetSummary.BuilderBudgetSummary.Builder. copy(BudgetSummary model)
- 
Uses of BudgetSummary in com.oracle.bmc.budget.responsesMethods 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.BuilderListBudgetsResponse.Builder. items(List<BudgetSummary> items)A list of com.oracle.bmc.budget.model.BudgetSummary instances.
 
-