Package | Description |
---|---|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
OptionConfiguration |
OptionConfiguration.clone() |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.