Package | Description |
---|---|
com.amazonaws.services.rds.model |
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)
The option settings that are available (and the default value) for each option in an option group.
|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionSettings(OptionGroupOptionSetting... optionGroupOptionSettings)
The option settings that are available (and the default value) for each option in an option group.
|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionVersions(OptionVersion... optionGroupOptionVersions)
The versions that are available for the option.
|
OptionGroupOption |
OptionGroupOption.withOptionsConflictsWith(Collection<String> optionsConflictsWith)
The options that conflict with this option.
|
OptionGroupOption |
OptionGroupOption.withOptionsConflictsWith(String... optionsConflictsWith)
The options that conflict with this option.
|
OptionGroupOption |
OptionGroupOption.withOptionsDependedOn(Collection<String> optionsDependedOn)
The options that are prerequisites for this option.
|
OptionGroupOption |
OptionGroupOption.withOptionsDependedOn(String... optionsDependedOn)
The options that are prerequisites for this option.
|
OptionGroupOption |
OptionGroupOption.withPermanent(Boolean permanent)
Permanent options can never be removed from an option group.
|
OptionGroupOption |
OptionGroupOption.withPersistent(Boolean persistent)
Persistent options can't be removed from an option group while DB instances are associated with the option group.
|
OptionGroupOption |
OptionGroupOption.withPortRequired(Boolean portRequired)
Specifies whether the option requires a port.
|
OptionGroupOption |
OptionGroupOption.withRequiresAutoMinorEngineVersionUpgrade(Boolean requiresAutoMinorEngineVersionUpgrade)
If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this
option.
|
OptionGroupOption |
OptionGroupOption.withSupportsOptionVersionDowngrade(Boolean supportsOptionVersionDowngrade)
If true, you can change the option to an earlier version of the option.
|
OptionGroupOption |
OptionGroupOption.withVpcOnly(Boolean vpcOnly)
If true, you can only use this option with a DB instance that is in a VPC.
|
Modifier and Type | Method and Description |
---|---|
List<OptionGroupOption> |
DescribeOptionGroupOptionsResult.getOptionGroupOptions() |
Modifier and Type | Method and Description |
---|---|
DescribeOptionGroupOptionsResult |
DescribeOptionGroupOptionsResult.withOptionGroupOptions(OptionGroupOption... optionGroupOptions)
NOTE: This method appends the values to the existing list (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeOptionGroupOptionsResult.setOptionGroupOptions(Collection<OptionGroupOption> optionGroupOptions) |
DescribeOptionGroupOptionsResult |
DescribeOptionGroupOptionsResult.withOptionGroupOptions(Collection<OptionGroupOption> optionGroupOptions) |
Copyright © 2017. All rights reserved.