Uses of Class
com.oracle.bmc.sch.model.DimensionValueDetails
-
Packages that use DimensionValueDetails Package Description com.oracle.bmc.sch.model -
-
Uses of DimensionValueDetails in com.oracle.bmc.sch.model
Subclasses of DimensionValueDetails in com.oracle.bmc.sch.model Modifier and Type Class Description class
JmesPathDimensionValue
Evaluated type of dimension value.class
StaticDimensionValue
Static type of dimension value (passed as-is).Methods in com.oracle.bmc.sch.model that return DimensionValueDetails Modifier and Type Method Description DimensionValueDetails
DimensionDetails. getDimensionValue()
Methods in com.oracle.bmc.sch.model with parameters of type DimensionValueDetails Modifier and Type Method Description DimensionDetails.Builder
DimensionDetails.Builder. dimensionValue(DimensionValueDetails dimensionValue)
Constructors in com.oracle.bmc.sch.model with parameters of type DimensionValueDetails Constructor Description DimensionDetails(String name, DimensionValueDetails dimensionValue)
Deprecated.
-