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