Uses of Class
com.oracle.bmc.databasemanagement.model.DatabaseSslConnectionCredentials.Role
-
Packages that use DatabaseSslConnectionCredentials.Role Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of DatabaseSslConnectionCredentials.Role in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return DatabaseSslConnectionCredentials.Role Modifier and Type Method Description static DatabaseSslConnectionCredentials.Role
DatabaseSslConnectionCredentials.Role. create(String key)
DatabaseSslConnectionCredentials.Role
DatabaseSslConnectionCredentials. getRole()
The role of the user connecting to the database.static DatabaseSslConnectionCredentials.Role
DatabaseSslConnectionCredentials.Role. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseSslConnectionCredentials.Role[]
DatabaseSslConnectionCredentials.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 DatabaseSslConnectionCredentials.Role Modifier and Type Method Description DatabaseSslConnectionCredentials.Builder
DatabaseSslConnectionCredentials.Builder. role(DatabaseSslConnectionCredentials.Role role)
The role of the user connecting to the database.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type DatabaseSslConnectionCredentials.Role Constructor Description DatabaseSslConnectionCredentials(String credentialName, String userName, String passwordSecretId, DatabaseSslConnectionCredentials.Role role, String sslSecretId)
Deprecated.
-