Uses of Class
com.oracle.bmc.databasemanagement.model.ManagedDatabaseCredential.Role
-
Packages that use ManagedDatabaseCredential.Role Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ManagedDatabaseCredential.Role in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ManagedDatabaseCredential.Role Modifier and Type Method Description static ManagedDatabaseCredential.Role
ManagedDatabaseCredential.Role. create(String key)
ManagedDatabaseCredential.Role
ManagedDatabaseCredential. getRole()
The role of the database user.static ManagedDatabaseCredential.Role
ManagedDatabaseCredential.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagedDatabaseCredential.Role[]
ManagedDatabaseCredential.Role. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ManagedDatabaseCredential.Role Modifier and Type Method Description ManagedDatabasePasswordCredential.Builder
ManagedDatabasePasswordCredential.Builder. role(ManagedDatabaseCredential.Role role)
ManagedDatabaseSecretCredential.Builder
ManagedDatabaseSecretCredential.Builder. role(ManagedDatabaseCredential.Role role)
Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ManagedDatabaseCredential.Role Constructor Description ManagedDatabaseCredential(String username, ManagedDatabaseCredential.Role role)
Deprecated.ManagedDatabasePasswordCredential(String username, ManagedDatabaseCredential.Role role, String password)
Deprecated.ManagedDatabaseSecretCredential(String username, ManagedDatabaseCredential.Role role, String passwordSecretId)
Deprecated.
-