Uses of Class
com.oracle.bmc.databasemanagement.model.ParameterScope
-
Packages that use ParameterScope Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of ParameterScope in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return ParameterScope Modifier and Type Method Description static ParameterScope
ParameterScope. create(String key)
ParameterScope
ChangeDatabaseParametersDetails. getScope()
The clause used to specify when the parameter change takes effect.ParameterScope
ResetDatabaseParametersDetails. 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.Methods in com.oracle.bmc.databasemanagement.model with parameters of type ParameterScope Modifier and Type Method Description ChangeDatabaseParametersDetails.Builder
ChangeDatabaseParametersDetails.Builder. scope(ParameterScope scope)
The clause used to specify when the parameter change takes effect.ResetDatabaseParametersDetails.Builder
ResetDatabaseParametersDetails.Builder. scope(ParameterScope scope)
The clause used to specify when the parameter change takes effect.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type ParameterScope Constructor Description ChangeDatabaseParametersDetails(DatabaseCredentials credentials, DatabaseCredentialDetails databaseCredential, ParameterScope scope, List<ChangeDatabaseParameterDetails> parameters)
Deprecated.ResetDatabaseParametersDetails(DatabaseCredentials credentials, DatabaseCredentialDetails databaseCredential, ParameterScope scope, List<String> parameters)
Deprecated.
-