Uses of Class
com.oracle.bmc.databasemanagement.model.DatabaseConnectionCredentials.CredentialType
-
Packages that use DatabaseConnectionCredentials.CredentialType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DatabaseConnectionCredentials.CredentialType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DatabaseConnectionCredentials.CredentialType Modifier and Type Method Description static DatabaseConnectionCredentials.CredentialTypeDatabaseConnectionCredentials.CredentialType. create(String key)static DatabaseConnectionCredentials.CredentialTypeDatabaseConnectionCredentials.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.
-