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