Uses of Class
software.amazon.awssdk.services.databasemigration.model.CharLengthSemantics
-
Packages that use CharLengthSemantics Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of CharLengthSemantics in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CharLengthSemantics Modifier and Type Method Description CharLengthSemanticsOracleSettings. charLengthSemantics()Specifies whether the length of a character column is in bytes or in characters.static CharLengthSemanticsCharLengthSemantics. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CharLengthSemanticsCharLengthSemantics. valueOf(String name)Returns the enum constant of this type with the specified name.static CharLengthSemantics[]CharLengthSemantics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type CharLengthSemantics Modifier and Type Method Description static Set<CharLengthSemantics>CharLengthSemantics. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CharLengthSemantics Modifier and Type Method Description OracleSettings.BuilderOracleSettings.Builder. charLengthSemantics(CharLengthSemantics charLengthSemantics)Specifies whether the length of a character column is in bytes or in characters.
-