|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Option | |
---|---|
com.amazonaws.services.rds.model | Classes modeling the various types represented by AmazonRDS. |
Uses of Option in com.amazonaws.services.rds.model |
---|
Methods in com.amazonaws.services.rds.model that return Option | |
---|---|
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. |
Methods in com.amazonaws.services.rds.model that return types with arguments of type Option | |
---|---|
List<Option> |
OptionGroup.getOptions()
Indicates what options are available in the option group. |
Methods in com.amazonaws.services.rds.model with parameters of type Option | |
---|---|
OptionGroup |
OptionGroup.withOptions(Option... options)
Indicates what options are available in the option group. |
Method parameters in com.amazonaws.services.rds.model with type arguments of type Option | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |