Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceStorageSize.Unit
-
Packages that use TablespaceStorageSize.Unit Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceStorageSize.Unit in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceStorageSize.Unit Modifier and Type Method Description static TablespaceStorageSize.UnitTablespaceStorageSize.Unit. create(String key)TablespaceStorageSize.UnitTablespaceStorageSize. getUnit()Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.static TablespaceStorageSize.UnitTablespaceStorageSize.Unit. valueOf(String name)Returns the enum constant of this type with the specified name.static TablespaceStorageSize.Unit[]TablespaceStorageSize.Unit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type TablespaceStorageSize.Unit Modifier and Type Method Description TablespaceStorageSize.BuilderTablespaceStorageSize.Builder. unit(TablespaceStorageSize.Unit unit)Storage size unit: bytes, kilobytes, megabytes, gigabytes, or terabytes.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type TablespaceStorageSize.Unit Constructor Description TablespaceStorageSize(BigDecimal size, TablespaceStorageSize.Unit unit)Deprecated.
-