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.Type
TablespaceSummary.Type. create(String key)
TablespaceSummary.Type
TablespaceSummary. getType()
The type of tablespace.static TablespaceSummary.Type
TablespaceSummary.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.Builder
TablespaceSummary.Builder. type(TablespaceSummary.Type type)
The type of tablespace.
-