Uses of Class
com.amazonaws.services.rds.model.OptionGroupOption
Packages that use OptionGroupOption
-
Uses of OptionGroupOption in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return OptionGroupOptionModifier and TypeMethodDescriptionOptionGroupOption.clone()
OptionGroupOption.withDefaultPort
(Integer defaultPort) If the option requires a port, specifies the default port for the option.OptionGroupOption.withDescription
(String description) The description of the option.OptionGroupOption.withEngineName
(String engineName) The name of the engine that this option can be applied to.OptionGroupOption.withMajorEngineVersion
(String majorEngineVersion) Indicates the major engine version that the option is available for.OptionGroupOption.withMinimumRequiredMinorEngineVersion
(String minimumRequiredMinorEngineVersion) The minimum required engine version for the option to be applied.The name of the option.OptionGroupOption.withOptionGroupOptionSettings
(OptionGroupOptionSetting... optionGroupOptionSettings) Specifies the option settings that are available (and the default value) for each option in an option group.OptionGroupOption.withOptionGroupOptionSettings
(Collection<OptionGroupOptionSetting> optionGroupOptionSettings) Specifies the option settings that are available (and the default value) for each option in an option group.OptionGroupOption.withOptionsDependedOn
(String... optionsDependedOn) List of all options that are prerequisites for this option.OptionGroupOption.withOptionsDependedOn
(Collection<String> optionsDependedOn) List of all options that are prerequisites for this option.OptionGroupOption.withPermanent
(Boolean permanent) A permanent option cannot be removed from the option group once the option group is used, and it cannot be removed from the db instance after assigning an option group with this permanent option.OptionGroupOption.withPersistent
(Boolean persistent) A persistent option cannot be removed from the option group once the option group is used, but this option can be removed from the db instance while modifying the related data and assigning another option group without this option.OptionGroupOption.withPortRequired
(Boolean portRequired) Specifies whether the option requires a port.Methods in com.amazonaws.services.rds.model that return types with arguments of type OptionGroupOptionMethods in com.amazonaws.services.rds.model with parameters of type OptionGroupOptionModifier and TypeMethodDescriptionDescribeOptionGroupOptionsResult.withOptionGroupOptions
(OptionGroupOption... optionGroupOptions) NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.rds.model with type arguments of type OptionGroupOptionModifier and TypeMethodDescriptionvoid
DescribeOptionGroupOptionsResult.setOptionGroupOptions
(Collection<OptionGroupOption> optionGroupOptions) DescribeOptionGroupOptionsResult.withOptionGroupOptions
(Collection<OptionGroupOption> optionGroupOptions)