Uses of Class
com.oracle.bmc.usageapi.model.UsageSummary
-
Packages that use UsageSummary Package Description com.oracle.bmc.usageapi.model -
-
Uses of UsageSummary in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return UsageSummary Modifier and Type Method Description UsageSummary
UsageSummary.Builder. build()
Methods in com.oracle.bmc.usageapi.model that return types with arguments of type UsageSummary Modifier and Type Method Description List<UsageSummary>
UsageAggregation. getItems()
A list of usage items.Methods in com.oracle.bmc.usageapi.model with parameters of type UsageSummary Modifier and Type Method Description UsageSummary.Builder
UsageSummary.Builder. copy(UsageSummary model)
Method parameters in com.oracle.bmc.usageapi.model with type arguments of type UsageSummary Modifier and Type Method Description UsageAggregation.Builder
UsageAggregation.Builder. items(List<UsageSummary> items)
A list of usage items.
-