Uses of Class
com.oracle.bmc.loganalytics.model.BucketRange
-
Packages that use BucketRange Package Description com.oracle.bmc.loganalytics.model -
-
Uses of BucketRange in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return BucketRange Modifier and Type Method Description BucketRange
BucketRange.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type BucketRange Modifier and Type Method Description List<BucketRange>
BucketCommandDescriptor. getRanges()
List of the specified numeric ranges.Methods in com.oracle.bmc.loganalytics.model with parameters of type BucketRange Modifier and Type Method Description BucketRange.Builder
BucketRange.Builder. copy(BucketRange model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type BucketRange Modifier and Type Method Description BucketCommandDescriptor.Builder
BucketCommandDescriptor.Builder. ranges(List<BucketRange> ranges)
List of the specified numeric ranges.
-