Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ManagedDatabaseSecretCredential.Builder |
ManagedDatabaseSecretCredential.Builder.role(ManagedDatabaseCredential.Role role) |
ManagedDatabasePasswordCredential.Builder |
ManagedDatabasePasswordCredential.Builder.role(ManagedDatabaseCredential.Role role) |
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.