Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private CharacterSet |
DBEngineVersion.defaultCharacterSet
The default character set for new instances of this engine version, if
the
CharacterSetName parameter of the CreateDBInstance API
is not specified. |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<CharacterSet> |
DBEngineVersion.supportedCharacterSets
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
Modifier and Type | Method and Description |
---|---|
CharacterSet |
CharacterSet.clone() |
CharacterSet |
DBEngineVersion.getDefaultCharacterSet()
The default character set for new instances of this engine version, if
the
CharacterSetName parameter of the CreateDBInstance API
is not specified. |
CharacterSet |
CharacterSet.withCharacterSetDescription(java.lang.String characterSetDescription)
The description of the character set.
|
CharacterSet |
CharacterSet.withCharacterSetName(java.lang.String characterSetName)
The name of the character set.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CharacterSet> |
DBEngineVersion.getSupportedCharacterSets()
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
Modifier and Type | Method and Description |
---|---|
void |
DBEngineVersion.setDefaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if
the
CharacterSetName parameter of the CreateDBInstance API
is not specified. |
DBEngineVersion |
DBEngineVersion.withDefaultCharacterSet(CharacterSet defaultCharacterSet)
The default character set for new instances of this engine version, if
the
CharacterSetName parameter of the CreateDBInstance API
is not specified. |
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
Modifier and Type | Method and Description |
---|---|
void |
DBEngineVersion.setSupportedCharacterSets(java.util.Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(java.util.Collection<CharacterSet> supportedCharacterSets)
A list of the character sets supported by this engine for the
CharacterSetName parameter of the CreateDBInstance API. |
Modifier and Type | Method and Description |
---|---|
CharacterSet |
CharacterSetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |