| Package | Description |
|---|---|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
CharacterSet |
CharacterSet.clone() |
CharacterSet |
DBEngineVersion.getDefaultCharacterSet()
(Not supported by Neptune)
|
CharacterSet |
CharacterSet.withCharacterSetDescription(String characterSetDescription)
The description of the character set.
|
CharacterSet |
CharacterSet.withCharacterSetName(String characterSetName)
The name of the character set.
|
| Modifier and Type | Method and Description |
|---|---|
List<CharacterSet> |
DBEngineVersion.getSupportedCharacterSets()
(Not supported by Neptune)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBEngineVersion.setDefaultCharacterSet(CharacterSet defaultCharacterSet)
(Not supported by Neptune)
|
DBEngineVersion |
DBEngineVersion.withDefaultCharacterSet(CharacterSet defaultCharacterSet)
(Not supported by Neptune)
|
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(CharacterSet... supportedCharacterSets)
(Not supported by Neptune)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBEngineVersion.setSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
(Not supported by Neptune)
|
DBEngineVersion |
DBEngineVersion.withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
(Not supported by Neptune)
|
Copyright © 2021. All rights reserved.