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