Uses of Enum
software.amazon.awssdk.services.databasemigration.model.CharLengthSemantics
Packages that use CharLengthSemantics
-
Uses of CharLengthSemantics in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return CharLengthSemanticsModifier and TypeMethodDescriptionfinal CharLengthSemanticsOracleSettings.charLengthSemantics()Specifies whether the length of a character column is in bytes or in characters.static CharLengthSemanticsUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CharLengthSemanticsReturns 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 CharLengthSemanticsModifier and TypeMethodDescriptionstatic Set<CharLengthSemantics>CharLengthSemantics.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type CharLengthSemanticsModifier and TypeMethodDescriptionOracleSettings.Builder.charLengthSemantics(CharLengthSemantics charLengthSemantics) Specifies whether the length of a character column is in bytes or in characters.