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