Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConnectionCredentialsByDetails.Builder |
DatabaseConnectionCredentialsByDetails.Builder.role(DatabaseConnectionCredentialsByDetails.Role role)
The role of the user that will be connecting to the database.
|
Constructor and Description |
---|
DatabaseConnectionCredentialsByDetails(String credentialName,
String username,
String password,
DatabaseConnectionCredentialsByDetails.Role role)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.