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