Uses of Class
com.oracle.bmc.mysql.model.Option
-
Packages that use Option Package Description com.oracle.bmc.mysql.model -
-
Uses of Option in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return Option Modifier and Type Method Description OptionOption.Builder. build()Methods in com.oracle.bmc.mysql.model that return types with arguments of type Option Modifier and Type Method Description List<Option>Configuration. getOptions()The MySQL options defined in the Configuration.List<Option>CreateConfigurationDetails. getOptions()The MySQL options defined in the Configuration.Methods in com.oracle.bmc.mysql.model with parameters of type Option Modifier and Type Method Description Option.BuilderOption.Builder. copy(Option model)Method parameters in com.oracle.bmc.mysql.model with type arguments of type Option Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. options(List<Option> options)The MySQL options defined in the Configuration.CreateConfigurationDetails.BuilderCreateConfigurationDetails.Builder. options(List<Option> options)The MySQL options defined in the Configuration.Constructor parameters in com.oracle.bmc.mysql.model with type arguments of type Option 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.
-