Uses of Class
com.oracle.bmc.databasemanagement.model.MySqlConfigurationDataSummary.Source
-
Packages that use MySqlConfigurationDataSummary.Source Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of MySqlConfigurationDataSummary.Source in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return MySqlConfigurationDataSummary.Source Modifier and Type Method Description static MySqlConfigurationDataSummary.Source
MySqlConfigurationDataSummary.Source. create(String key)
MySqlConfigurationDataSummary.Source
MySqlConfigurationDataSummary. getSource()
The source from which the variable was most recently set.static MySqlConfigurationDataSummary.Source
MySqlConfigurationDataSummary.Source. valueOf(String name)
Returns the enum constant of this type with the specified name.static MySqlConfigurationDataSummary.Source[]
MySqlConfigurationDataSummary.Source. 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 MySqlConfigurationDataSummary.Source Modifier and Type Method Description MySqlConfigurationDataSummary.Builder
MySqlConfigurationDataSummary.Builder. source(MySqlConfigurationDataSummary.Source source)
The source from which the variable was most recently set.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type MySqlConfigurationDataSummary.Source Constructor Description MySqlConfigurationDataSummary(String name, String value, MySqlConfigurationDataSummary.Source source, BigDecimal minValue, BigDecimal maxValue, String type, String defaultValue, Date timeSet, String hostSet, String userSet, Boolean isDynamic, Boolean isInit, Boolean isConfigurable, String path, String description, String possibleValues, String supportedVersions)
Deprecated.
-