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