Uses of Class
com.amazonaws.services.rds.model.Option
Packages that use Option
-
Uses of Option in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return OptionModifier and TypeMethodDescriptionOption.clone()
Option.withDBSecurityGroupMemberships
(DBSecurityGroupMembership... dBSecurityGroupMemberships) If the option requires access to a port, then this DB security group allows access to the port.Option.withDBSecurityGroupMemberships
(Collection<DBSecurityGroupMembership> dBSecurityGroupMemberships) If the option requires access to a port, then this DB security group allows access to the port.Option.withOptionDescription
(String optionDescription) The description of the option.Option.withOptionName
(String optionName) The name of the option.Option.withOptionSettings
(OptionSetting... optionSettings) The option settings for this option.Option.withOptionSettings
(Collection<OptionSetting> optionSettings) The option settings for this option.Option.withPermanent
(Boolean permanent) Indicate if this option is permanent.Option.withPersistent
(Boolean persistent) Indicate if this option is persistent.If required, the port configured for this option to use.Option.withVpcSecurityGroupMemberships
(VpcSecurityGroupMembership... vpcSecurityGroupMemberships) If the option requires access to a port, then this VPC security group allows access to the port.Option.withVpcSecurityGroupMemberships
(Collection<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 OptionModifier and TypeMethodDescriptionOptionGroup.getOptions()
Indicates what options are available in the option group.Methods in com.amazonaws.services.rds.model with parameters of type OptionModifier and TypeMethodDescriptionOptionGroup.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 OptionModifier and TypeMethodDescriptionvoid
OptionGroup.setOptions
(Collection<Option> options) Indicates what options are available in the option group.OptionGroup.withOptions
(Collection<Option> options) Indicates what options are available in the option group.