Uses of Class
com.oracle.bmc.database.model.DatabaseTool.Name
-
Packages that use DatabaseTool.Name Package Description com.oracle.bmc.database.model -
-
Uses of DatabaseTool.Name in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return DatabaseTool.Name Modifier and Type Method Description static DatabaseTool.Name
DatabaseTool.Name. create(String key)
DatabaseTool.Name
DatabaseTool. getName()
Name of database tool.static DatabaseTool.Name
DatabaseTool.Name. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseTool.Name[]
DatabaseTool.Name. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type DatabaseTool.Name Modifier and Type Method Description DatabaseTool.Builder
DatabaseTool.Builder. name(DatabaseTool.Name name)
Name of database tool.Constructors in com.oracle.bmc.database.model with parameters of type DatabaseTool.Name Constructor Description DatabaseTool(DatabaseTool.Name name, Boolean isEnabled, Float computeCount, Integer maxIdleTimeInMinutes)
Deprecated.
-