Uses of Class
software.amazon.awssdk.services.rds.model.CharacterSet
-
Packages that use CharacterSet Package Description software.amazon.awssdk.services.rds.model -
-
Uses of CharacterSet in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CharacterSet Modifier and Type Method Description CharacterSetCreateCustomDbEngineVersionResponse. defaultCharacterSet()The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.CharacterSetDBEngineVersion. defaultCharacterSet()The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.CharacterSetDeleteCustomDbEngineVersionResponse. defaultCharacterSet()The default character set for new instances of this engine version, if theCharacterSetNameparameter of the CreateDBInstance API isn't specified.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 CharacterSet Modifier and Type Method Description List<CharacterSet>CreateCustomDbEngineVersionResponse. supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.List<CharacterSet>DBEngineVersion. supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.List<CharacterSet>DeleteCustomDbEngineVersionResponse. supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.List<CharacterSet>ModifyCustomDbEngineVersionResponse. supportedCharacterSets()A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.List<CharacterSet>CreateCustomDbEngineVersionResponse. supportedNcharCharacterSets()A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.List<CharacterSet>DBEngineVersion. supportedNcharCharacterSets()A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.List<CharacterSet>DeleteCustomDbEngineVersionResponse. supportedNcharCharacterSets()A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.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 CharacterSet Modifier and Type Method Description CreateCustomDbEngineVersionResponse.BuilderCreateCustomDbEngineVersionResponse.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.BuilderDBEngineVersion.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.BuilderDeleteCustomDbEngineVersionResponse.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.BuilderModifyCustomDbEngineVersionResponse.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.BuilderCreateCustomDbEngineVersionResponse.Builder. supportedCharacterSets(CharacterSet... supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.BuilderDBEngineVersion.Builder. supportedCharacterSets(CharacterSet... supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.BuilderDeleteCustomDbEngineVersionResponse.Builder. supportedCharacterSets(CharacterSet... supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.BuilderModifyCustomDbEngineVersionResponse.Builder. supportedCharacterSets(CharacterSet... supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.CreateCustomDbEngineVersionResponse.BuilderCreateCustomDbEngineVersionResponse.Builder. supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.BuilderDBEngineVersion.Builder. supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.BuilderDeleteCustomDbEngineVersionResponse.Builder. supportedNcharCharacterSets(CharacterSet... supportedNcharCharacterSets)A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.BuilderModifyCustomDbEngineVersionResponse.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 CharacterSet Modifier and Type Method Description CreateCustomDbEngineVersionResponse.BuilderCreateCustomDbEngineVersionResponse.Builder. supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.BuilderDBEngineVersion.Builder. supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.BuilderDeleteCustomDbEngineVersionResponse.Builder. supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.BuilderModifyCustomDbEngineVersionResponse.Builder. supportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)A list of the character sets supported by this engine for theCharacterSetNameparameter of theCreateDBInstanceoperation.CreateCustomDbEngineVersionResponse.BuilderCreateCustomDbEngineVersionResponse.Builder. supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DBEngineVersion.BuilderDBEngineVersion.Builder. supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.DeleteCustomDbEngineVersionResponse.BuilderDeleteCustomDbEngineVersionResponse.Builder. supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.ModifyCustomDbEngineVersionResponse.BuilderModifyCustomDbEngineVersionResponse.Builder. supportedNcharCharacterSets(Collection<CharacterSet> supportedNcharCharacterSets)A list of the character sets supported by the Oracle DB engine for theNcharCharacterSetNameparameter of theCreateDBInstanceoperation.
-