Uses of Class
com.oracle.bmc.databasemanagement.model.TablespaceSummary.Type
-
Packages that use TablespaceSummary.Type Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of TablespaceSummary.Type in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return TablespaceSummary.Type Modifier and Type Method Description static TablespaceSummary.TypeTablespaceSummary.Type. create(String key)TablespaceSummary.TypeTablespaceSummary. getType()The type of tablespace.static TablespaceSummary.TypeTablespaceSummary.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static TablespaceSummary.Type[]TablespaceSummary.Type. 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 TablespaceSummary.Type Modifier and Type Method Description TablespaceSummary.BuilderTablespaceSummary.Builder. type(TablespaceSummary.Type type)The type of tablespace.
-