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