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