Uses of Class
com.amazonaws.services.rds.model.CharacterSet

Packages that use CharacterSet
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of CharacterSet in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return CharacterSet
 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(String characterSetDescription)
          The description of the character set.
 CharacterSet CharacterSet.withCharacterSetName(String characterSetName)
          The name of the character set.
 

Methods in com.amazonaws.services.rds.model that return types with arguments of type CharacterSet
 List<CharacterSet> DBEngineVersion.getSupportedCharacterSets()
          A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.
 

Methods in com.amazonaws.services.rds.model with parameters of type CharacterSet
 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.
 

Method parameters in com.amazonaws.services.rds.model with type arguments of type CharacterSet
 void DBEngineVersion.setSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
          A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.
 DBEngineVersion DBEngineVersion.withSupportedCharacterSets(Collection<CharacterSet> supportedCharacterSets)
          A list of the character sets supported by this engine for the CharacterSetName parameter of the CreateDBInstance API.
 



Copyright © 2016. All rights reserved.