Uses of Class
software.amazon.awssdk.services.databasemigration.model.LongVarcharMappingType
-
Packages that use LongVarcharMappingType Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of LongVarcharMappingType in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return LongVarcharMappingType Modifier and Type Method Description static LongVarcharMappingTypeLongVarcharMappingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LongVarcharMappingTypePostgreSQLSettings. mapLongVarcharAs()Sets what datatype to map LONG values as.static LongVarcharMappingTypeLongVarcharMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static LongVarcharMappingType[]LongVarcharMappingType. 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 LongVarcharMappingType Modifier and Type Method Description static Set<LongVarcharMappingType>LongVarcharMappingType. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type LongVarcharMappingType Modifier and Type Method Description PostgreSQLSettings.BuilderPostgreSQLSettings.Builder. mapLongVarcharAs(LongVarcharMappingType mapLongVarcharAs)Sets what datatype to map LONG values as.
-