Uses of Class
com.amazonaws.services.rds.model.OptionConfiguration
Packages that use OptionConfiguration
-
Uses of OptionConfiguration in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return OptionConfigurationModifier and TypeMethodDescriptionOptionConfiguration.clone()
OptionConfiguration.withDBSecurityGroupMemberships
(String... dBSecurityGroupMemberships) A list of DBSecurityGroupMemebrship name strings used for this option.OptionConfiguration.withDBSecurityGroupMemberships
(Collection<String> dBSecurityGroupMemberships) A list of DBSecurityGroupMemebrship name strings used for this option.OptionConfiguration.withOptionName
(String optionName) The configuration of options to include in a group.OptionConfiguration.withOptionSettings
(OptionSetting... optionSettings) The option settings to include in an option group.OptionConfiguration.withOptionSettings
(Collection<OptionSetting> optionSettings) The option settings to include in an option group.The optional port for the option.OptionConfiguration.withVpcSecurityGroupMemberships
(String... vpcSecurityGroupMemberships) A list of VpcSecurityGroupMemebrship name strings used for this option.OptionConfiguration.withVpcSecurityGroupMemberships
(Collection<String> vpcSecurityGroupMemberships) A list of VpcSecurityGroupMemebrship name strings used for this option.Methods in com.amazonaws.services.rds.model that return types with arguments of type OptionConfigurationModifier and TypeMethodDescriptionModifyOptionGroupRequest.getOptionsToInclude()
Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.Methods in com.amazonaws.services.rds.model with parameters of type OptionConfigurationModifier and TypeMethodDescriptionModifyOptionGroupRequest.withOptionsToInclude
(OptionConfiguration... optionsToInclude) Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.Method parameters in com.amazonaws.services.rds.model with type arguments of type OptionConfigurationModifier and TypeMethodDescriptionvoid
ModifyOptionGroupRequest.setOptionsToInclude
(Collection<OptionConfiguration> optionsToInclude) Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.ModifyOptionGroupRequest.withOptionsToInclude
(Collection<OptionConfiguration> optionsToInclude) Options in this list are added to the option group or, if already present, the specified configuration is used to update the existing configuration.