Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static ParameterScope |
ParameterScope.create(String key) |
ParameterScope |
ResetDatabaseParametersDetails.getScope()
The clause used to specify when the parameter change takes effect.
|
ParameterScope |
ChangeDatabaseParametersDetails.getScope()
The clause used to specify when the parameter change takes effect.
|
static ParameterScope |
ParameterScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterScope[] |
ParameterScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResetDatabaseParametersDetails.Builder |
ResetDatabaseParametersDetails.Builder.scope(ParameterScope scope)
The clause used to specify when the parameter change takes effect.
|
ChangeDatabaseParametersDetails.Builder |
ChangeDatabaseParametersDetails.Builder.scope(ParameterScope scope)
The clause used to specify when the parameter change takes effect.
|
Constructor and Description |
---|
ChangeDatabaseParametersDetails(DatabaseCredentials credentials,
DatabaseCredentialDetails databaseCredential,
ParameterScope scope,
List<ChangeDatabaseParameterDetails> parameters)
Deprecated.
|
ResetDatabaseParametersDetails(DatabaseCredentials credentials,
DatabaseCredentialDetails databaseCredential,
ParameterScope scope,
List<String> parameters)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.