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

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

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

Methods in com.amazonaws.services.rds.model that return OptionConfiguration
 OptionConfiguration OptionConfiguration.withDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration OptionConfiguration.withDBSecurityGroupMemberships(String... dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration OptionConfiguration.withOptionName(String optionName)
          The configuration of options to include in a group.
 OptionConfiguration OptionConfiguration.withOptionSettings(Collection<OptionSetting> optionSettings)
          The option settings to include in an option group.
 OptionConfiguration OptionConfiguration.withOptionSettings(OptionSetting... optionSettings)
          The option settings to include in an option group.
 OptionConfiguration OptionConfiguration.withPort(Integer port)
          The optional port for the option.
 OptionConfiguration OptionConfiguration.withVpcSecurityGroupMemberships(Collection<String> vpcSecurityGroupMemberships)
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration OptionConfiguration.withVpcSecurityGroupMemberships(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 OptionConfiguration
 List<OptionConfiguration> ModifyOptionGroupRequest.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 OptionConfiguration
 ModifyOptionGroupRequest ModifyOptionGroupRequest.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 OptionConfiguration
 void 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 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.
 



Copyright © 2016. All rights reserved.