Uses of Class
com.oracle.bmc.bds.model.DomainTypeCapacityReport.DomainType
-
Packages that use DomainTypeCapacityReport.DomainType Package Description com.oracle.bmc.bds.model -
-
Uses of DomainTypeCapacityReport.DomainType in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return DomainTypeCapacityReport.DomainType Modifier and Type Method Description static DomainTypeCapacityReport.DomainType
DomainTypeCapacityReport.DomainType. create(String key)
static DomainTypeCapacityReport.DomainType
DomainTypeCapacityReport.DomainType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DomainTypeCapacityReport.DomainType[]
DomainTypeCapacityReport.DomainType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-