Package | Description |
---|---|
com.amazonaws.services.rds.model |
Classes modeling the various types represented by AmazonRDS.
|
Modifier and Type | Method and Description |
---|---|
OptionGroupOption |
OptionGroupOption.clone() |
OptionGroupOption |
OptionGroupOption.withDefaultPort(Integer defaultPort)
If the option requires a port, specifies the default port for the
option.
|
OptionGroupOption |
OptionGroupOption.withDescription(String description)
The description of the option.
|
OptionGroupOption |
OptionGroupOption.withEngineName(String engineName)
The name of the engine that this option can be applied to.
|
OptionGroupOption |
OptionGroupOption.withMajorEngineVersion(String majorEngineVersion)
Indicates the major engine version that the option is available for.
|
OptionGroupOption |
OptionGroupOption.withMinimumRequiredMinorEngineVersion(String minimumRequiredMinorEngineVersion)
The minimum required engine version for the option to be applied.
|
OptionGroupOption |
OptionGroupOption.withName(String name)
The name of the option.
|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionSettings(Collection<OptionGroupOptionSetting> optionGroupOptionSettings)
Specifies the option settings that are available (and the default
value) for each option in an option group.
|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
Specifies the option settings that are available (and the default
value) for each option in an option group.
|
OptionGroupOption |
OptionGroupOption.withOptionsDependedOn(Collection<String> optionsDependedOn)
List of all options that are prerequisites for this option.
|
OptionGroupOption |
OptionGroupOption.withOptionsDependedOn(String... optionsDependedOn)
List of all options that are prerequisites for this option.
|
OptionGroupOption |
OptionGroupOption.withPermanent(Boolean permanent)
A permanent option cannot be removed from the option group once the
option group is used, and it cannot be removed from the db instance
after assigning an option group with this permanent option.
|
OptionGroupOption |
OptionGroupOption.withPersistent(Boolean persistent)
A persistent option cannot be removed from the option group once the
option group is used, but this option can be removed from the db
instance while modifying the related data and assigning another option
group without this option.
|
OptionGroupOption |
OptionGroupOption.withPortRequired(Boolean portRequired)
Specifies whether the option requires a port.
|
Modifier and Type | Method and Description |
---|---|
List<OptionGroupOption> |
DescribeOptionGroupOptionsResult.getOptionGroupOptions()
List of available option group options.
|
Modifier and Type | Method and Description |
---|---|
DescribeOptionGroupOptionsResult |
DescribeOptionGroupOptionsResult.withOptionGroupOptions(OptionGroupOption... optionGroupOptions)
List of available option group options.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeOptionGroupOptionsResult.setOptionGroupOptions(Collection<OptionGroupOption> optionGroupOptions)
List of available option group options.
|
DescribeOptionGroupOptionsResult |
DescribeOptionGroupOptionsResult.withOptionGroupOptions(Collection<OptionGroupOption> optionGroupOptions)
List of available option group options.
|
Copyright © 2015. All rights reserved.