Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
OptionVersion |
OptionVersion.clone() |
OptionVersion |
OptionVersion.withIsDefault(Boolean isDefault)
True if the version is the default version of the option, and otherwise false.
|
OptionVersion |
OptionVersion.withVersion(String version)
The version of the option.
|
Modifier and Type | Method and Description |
---|---|
List<OptionVersion> |
OptionGroupOption.getOptionGroupOptionVersions()
The versions that are available for the option.
|
Modifier and Type | Method and Description |
---|---|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionVersions(OptionVersion... optionGroupOptionVersions)
The versions that are available for the option.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionGroupOption.setOptionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
|
OptionGroupOption |
OptionGroupOption.withOptionGroupOptionVersions(Collection<OptionVersion> optionGroupOptionVersions)
The versions that are available for the option.
|
Copyright © 2017. All rights reserved.