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