Uses of Class
com.oracle.bmc.psql.model.UpdateDbConfigParams.ApplyConfig
-
Packages that use UpdateDbConfigParams.ApplyConfig Package Description com.oracle.bmc.psql.model -
-
Uses of UpdateDbConfigParams.ApplyConfig in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return UpdateDbConfigParams.ApplyConfig Modifier and Type Method Description static UpdateDbConfigParams.ApplyConfig
UpdateDbConfigParams.ApplyConfig. create(String key)
UpdateDbConfigParams.ApplyConfig
UpdateDbConfigParams. getApplyConfig()
Whether a configuration update requires a restart of the database instance or a reload of the configuration.static UpdateDbConfigParams.ApplyConfig
UpdateDbConfigParams.ApplyConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateDbConfigParams.ApplyConfig[]
UpdateDbConfigParams.ApplyConfig. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.psql.model with parameters of type UpdateDbConfigParams.ApplyConfig Modifier and Type Method Description UpdateDbConfigParams.Builder
UpdateDbConfigParams.Builder. applyConfig(UpdateDbConfigParams.ApplyConfig applyConfig)
Whether a configuration update requires a restart of the database instance or a reload of the configuration.Constructors in com.oracle.bmc.psql.model with parameters of type UpdateDbConfigParams.ApplyConfig Constructor Description UpdateDbConfigParams(UpdateDbConfigParams.ApplyConfig applyConfig, String configId)
Deprecated.
-