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