Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<OptionConfiguration> |
ModifyOptionGroupRequest.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 |
---|---|
OptionConfiguration |
OptionConfiguration.clone() |
OptionConfiguration |
OptionConfiguration.withDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
A list of DBSecurityGroupMemebrship name strings used for this option.
|
OptionConfiguration |
OptionConfiguration.withDBSecurityGroupMemberships(java.lang.String... dBSecurityGroupMemberships)
A list of DBSecurityGroupMemebrship name strings used for this option.
|
OptionConfiguration |
OptionConfiguration.withOptionName(java.lang.String optionName)
The configuration of options to include in a group.
|
OptionConfiguration |
OptionConfiguration.withOptionSettings(java.util.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(java.lang.Integer port)
The optional port for the option.
|
OptionConfiguration |
OptionConfiguration.withVpcSecurityGroupMemberships(java.util.Collection<java.lang.String> vpcSecurityGroupMemberships)
A list of VpcSecurityGroupMemebrship name strings used for this option.
|
OptionConfiguration |
OptionConfiguration.withVpcSecurityGroupMemberships(java.lang.String... vpcSecurityGroupMemberships)
A list of VpcSecurityGroupMemebrship name strings used for this option.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.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(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
OptionConfiguration |
OptionConfigurationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |