Uses of Class
com.oracle.bmc.osubusage.model.ComputedUsageAggregation
-
Packages that use ComputedUsageAggregation Package Description com.oracle.bmc.osubusage.model -
-
Uses of ComputedUsageAggregation in com.oracle.bmc.osubusage.model
Methods in com.oracle.bmc.osubusage.model that return ComputedUsageAggregation Modifier and Type Method Description ComputedUsageAggregation
ComputedUsageAggregation.Builder. build()
Methods in com.oracle.bmc.osubusage.model that return types with arguments of type ComputedUsageAggregation Modifier and Type Method Description List<ComputedUsageAggregation>
ComputedUsageAggregatedSummary. getAggregatedComputedUsages()
Aggregation of computed usages for the subscribed service.Methods in com.oracle.bmc.osubusage.model with parameters of type ComputedUsageAggregation Modifier and Type Method Description ComputedUsageAggregation.Builder
ComputedUsageAggregation.Builder. copy(ComputedUsageAggregation model)
Method parameters in com.oracle.bmc.osubusage.model with type arguments of type ComputedUsageAggregation Modifier and Type Method Description ComputedUsageAggregatedSummary.Builder
ComputedUsageAggregatedSummary.Builder. aggregatedComputedUsages(List<ComputedUsageAggregation> aggregatedComputedUsages)
Aggregation of computed usages for the subscribed service.Constructor parameters in com.oracle.bmc.osubusage.model with type arguments of type ComputedUsageAggregation Constructor Description ComputedUsageAggregatedSummary(String subscriptionId, String parentSubscribedServiceId, Product parentProduct, Date timeStart, Date timeEnd, String planNumber, String currencyCode, String rateCardId, ComputedUsageAggregatedSummary.PricingModel pricingModel, List<ComputedUsageAggregation> aggregatedComputedUsages)
Deprecated.
-