Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static DatabaseCredentials.Role |
DatabaseCredentials.Role.create(String key) |
DatabaseCredentials.Role |
DatabaseCredentials.getRole()
The role of the database user.
|
static DatabaseCredentials.Role |
DatabaseCredentials.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseCredentials.Role[] |
DatabaseCredentials.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DatabaseCredentials.Builder |
DatabaseCredentials.Builder.role(DatabaseCredentials.Role role)
The role of the database user.
|
Constructor and Description |
---|
DatabaseCredentials(String userName,
String password,
String secretId,
DatabaseCredentials.Role role)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.