Uses of Class
com.amazonaws.services.rds.model.OptionGroupOptionSetting

Packages that use OptionGroupOptionSetting
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of OptionGroupOptionSetting in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return OptionGroupOptionSetting
 OptionGroupOptionSetting OptionGroupOptionSetting.withAllowedValues(String allowedValues)
          Indicates the acceptable values for the option group option.
 OptionGroupOptionSetting OptionGroupOptionSetting.withApplyType(String applyType)
          The DB engine specific parameter type for the option group option.
 OptionGroupOptionSetting OptionGroupOptionSetting.withDefaultValue(String defaultValue)
          The default value for the option group option.
 OptionGroupOptionSetting OptionGroupOptionSetting.withIsModifiable(Boolean isModifiable)
          Boolean value where true indicates that this option group option can be changed from the default value.
 OptionGroupOptionSetting OptionGroupOptionSetting.withSettingDescription(String settingDescription)
          The description of the option group option.
 OptionGroupOptionSetting OptionGroupOptionSetting.withSettingName(String settingName)
          The name of the option group option.
 

Methods in com.amazonaws.services.rds.model that return types with arguments of type OptionGroupOptionSetting
 List<OptionGroupOptionSetting> OptionGroupOption.getOptionGroupOptionSettings()
          Specifies the option settings that are available (and the default value) for each option in an option group.
 

Methods in com.amazonaws.services.rds.model with parameters of type OptionGroupOptionSetting
 OptionGroupOption OptionGroupOption.withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
          Specifies the option settings that are available (and the default value) for each option in an option group.
 

Method parameters in com.amazonaws.services.rds.model with type arguments of type OptionGroupOptionSetting
 void OptionGroupOption.setOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
          Specifies the option settings that are available (and the default value) for each option in an option group.
 OptionGroupOption OptionGroupOption.withOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
          Specifies the option settings that are available (and the default value) for each option in an option group.
 



Copyright © 2016. All rights reserved.