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.modelMethods in com.oracle.bmc.databasemanagement.model that return ParameterScope Modifier and Type Method Description static ParameterScopeParameterScope. create(String key)ParameterScopeChangeDatabaseParametersDetails. getScope()The clause used to specify when the parameter change takes effect.ParameterScopeResetDatabaseParametersDetails. getScope()The clause used to specify when the parameter change takes effect.static ParameterScopeParameterScope. 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.BuilderChangeDatabaseParametersDetails.Builder. scope(ParameterScope scope)The clause used to specify when the parameter change takes effect.ResetDatabaseParametersDetails.BuilderResetDatabaseParametersDetails.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.
 
-