Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Option |
Option.clone() |
Option |
Option.withDBSecurityGroupMemberships(Collection<DBSecurityGroupMembership> dBSecurityGroupMemberships)
If the option requires access to a port, then this DB security group
allows access to the port.
|
Option |
Option.withDBSecurityGroupMemberships(DBSecurityGroupMembership... dBSecurityGroupMemberships)
If the option requires access to a port, then this DB security group
allows access to the port.
|
Option |
Option.withOptionDescription(String optionDescription)
The description of the option.
|
Option |
Option.withOptionName(String optionName)
The name of the option.
|
Option |
Option.withOptionSettings(Collection<OptionSetting> optionSettings)
The option settings for this option.
|
Option |
Option.withOptionSettings(OptionSetting... optionSettings)
The option settings for this option.
|
Option |
Option.withPermanent(Boolean permanent)
Indicate if this option is permanent.
|
Option |
Option.withPersistent(Boolean persistent)
Indicate if this option is persistent.
|
Option |
Option.withPort(Integer port)
If required, the port configured for this option to use.
|
Option |
Option.withVpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group
allows access to the port.
|
Option |
Option.withVpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group
allows access to the port.
|
Modifier and Type | Method and Description |
---|---|
List<Option> |
OptionGroup.getOptions()
Indicates what options are available in the option group.
|
Modifier and Type | Method and Description |
---|---|
OptionGroup |
OptionGroup.withOptions(Option... options)
Indicates what options are available in the option group.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionGroup.setOptions(Collection<Option> options)
Indicates what options are available in the option group.
|
OptionGroup |
OptionGroup.withOptions(Collection<Option> options)
Indicates what options are available in the option group.
|
Copyright © 2018. All rights reserved.