Uses of Class
software.amazon.awssdk.services.rds.model.CharacterSet
Packages that use CharacterSet
-
Uses of CharacterSet in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CharacterSetModifier and TypeMethodDescriptionfinal CharacterSetCreateCustomDbEngineVersionResponse.defaultCharacterSet()The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.final CharacterSetDBEngineVersion.defaultCharacterSet()The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.final CharacterSetDeleteCustomDbEngineVersionResponse.defaultCharacterSet()The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.final CharacterSetModifyCustomDbEngineVersionResponse.defaultCharacterSet()The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CharacterSetModifier and TypeMethodDescriptionfinal List<CharacterSet>CreateCustomDbEngineVersionResponse.supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.final List<CharacterSet>DBEngineVersion.supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.final List<CharacterSet>DeleteCustomDbEngineVersionResponse.supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.final List<CharacterSet>ModifyCustomDbEngineVersionResponse.supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.final List<CharacterSet>CreateCustomDbEngineVersionResponse.supportedNcharCharacterSets()A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.final List<CharacterSet>DBEngineVersion.supportedNcharCharacterSets()A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.final List<CharacterSet>DeleteCustomDbEngineVersionResponse.supportedNcharCharacterSets()A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.final List<CharacterSet>ModifyCustomDbEngineVersionResponse.supportedNcharCharacterSets()A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.Methods in software.amazon.awssdk.services.rds.model with parameters of type CharacterSetModifier and TypeMethodDescriptionCreateCustomDbEngineVersionResponse.Builder.defaultCharacterSet(CharacterSet defaultCharacterSet) The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.DBEngineVersion.Builder.defaultCharacterSet(CharacterSet defaultCharacterSet) The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.DeleteCustomDbEngineVersionResponse.Builder.defaultCharacterSet(CharacterSet defaultCharacterSet) The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.ModifyCustomDbEngineVersionResponse.Builder.defaultCharacterSet(CharacterSet defaultCharacterSet) The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.CreateCustomDbEngineVersionResponse.Builder.supportedCharacterSets(CharacterSet... supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.Builder.supportedCharacterSets(CharacterSet... supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.Builder.supportedCharacterSets(CharacterSet... supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.Builder.supportedCharacterSets(CharacterSet... supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.CreateCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.Builder.supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type CharacterSetModifier and TypeMethodDescriptionCreateCustomDbEngineVersionResponse.Builder.supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.Builder.supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.Builder.supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.Builder.supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets) A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.CreateCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.Builder.supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.Builder.supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets) A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.