Uses of Class
com.oracle.bmc.self.model.Meter
-
Packages that use Meter Package Description com.oracle.bmc.self.model -
-
Uses of Meter in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return Meter Modifier and Type Method Description MeterMeter.Builder. build()Methods in com.oracle.bmc.self.model that return types with arguments of type Meter Modifier and Type Method Description List<Meter>BillingDetails. getMeters()The meters associated with sku.Methods in com.oracle.bmc.self.model with parameters of type Meter Modifier and Type Method Description Meter.BuilderMeter.Builder. copy(Meter model)Method parameters in com.oracle.bmc.self.model with type arguments of type Meter Modifier and Type Method Description BillingDetails.BuilderBillingDetails.Builder. meters(List<Meter> meters)The meters associated with sku.Constructor parameters in com.oracle.bmc.self.model with type arguments of type Meter Constructor Description BillingDetails(String sku, MetricType metricType, Float rateAllocation, Boolean hasGovSku, List<Meter> meters)Deprecated.
-