Uses of Class
com.oracle.bmc.mysql.model.ConfigurationVariables
-
Packages that use ConfigurationVariables Package Description com.oracle.bmc.mysql.model -
-
Uses of ConfigurationVariables in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return ConfigurationVariables Modifier and Type Method Description ConfigurationVariablesConfigurationVariables.Builder. build()ConfigurationVariablesConfiguration. getVariables()ConfigurationVariablesCreateConfigurationDetails. getVariables()Methods in com.oracle.bmc.mysql.model with parameters of type ConfigurationVariables Modifier and Type Method Description ConfigurationVariables.BuilderConfigurationVariables.Builder. copy(ConfigurationVariables model)Configuration.BuilderConfiguration.Builder. variables(ConfigurationVariables variables)CreateConfigurationDetails.BuilderCreateConfigurationDetails.Builder. variables(ConfigurationVariables variables)Constructors in com.oracle.bmc.mysql.model with parameters of type ConfigurationVariables Constructor Description Configuration(String id, String compartmentId, String description, String displayName, String shapeName, Configuration.Type type, Date timeCreated, Date timeUpdated, Configuration.LifecycleState lifecycleState, List<Option> options, InitializationVariables initVariables, ConfigurationVariables variables, String parentConfigurationId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.CreateConfigurationDetails(String compartmentId, String description, String displayName, String shapeName, InitializationVariables initVariables, ConfigurationVariables variables, List<Option> options, String parentConfigurationId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-