Uses of Class
com.oracle.bmc.onesubscription.model.AggregatedComputedUsageSummary
-
Packages that use AggregatedComputedUsageSummary Package Description com.oracle.bmc.onesubscription com.oracle.bmc.onesubscription.model com.oracle.bmc.onesubscription.responses -
-
Uses of AggregatedComputedUsageSummary in com.oracle.bmc.onesubscription
Methods in com.oracle.bmc.onesubscription that return types with arguments of type AggregatedComputedUsageSummary Modifier and Type Method Description Iterable<AggregatedComputedUsageSummary>
ComputedUsagePaginators. listAggregatedComputedUsagesRecordIterator(ListAggregatedComputedUsagesRequest request)
Creates a new iterable which will iterate over theAggregatedComputedUsageSummary
objects contained in responses from the listAggregatedComputedUsages operation. -
Uses of AggregatedComputedUsageSummary in com.oracle.bmc.onesubscription.model
Methods in com.oracle.bmc.onesubscription.model that return AggregatedComputedUsageSummary Modifier and Type Method Description AggregatedComputedUsageSummary
AggregatedComputedUsageSummary.Builder. build()
Methods in com.oracle.bmc.onesubscription.model with parameters of type AggregatedComputedUsageSummary Modifier and Type Method Description AggregatedComputedUsageSummary.Builder
AggregatedComputedUsageSummary.Builder. copy(AggregatedComputedUsageSummary model)
-
Uses of AggregatedComputedUsageSummary in com.oracle.bmc.onesubscription.responses
Methods in com.oracle.bmc.onesubscription.responses that return types with arguments of type AggregatedComputedUsageSummary Modifier and Type Method Description List<AggregatedComputedUsageSummary>
ListAggregatedComputedUsagesResponse. getItems()
A list of com.oracle.bmc.onesubscription.model.AggregatedComputedUsageSummary instances.Method parameters in com.oracle.bmc.onesubscription.responses with type arguments of type AggregatedComputedUsageSummary Modifier and Type Method Description ListAggregatedComputedUsagesResponse.Builder
ListAggregatedComputedUsagesResponse.Builder. items(List<AggregatedComputedUsageSummary> items)
A list of com.oracle.bmc.onesubscription.model.AggregatedComputedUsageSummary instances.
-