Uses of Enum
software.amazon.awssdk.services.databasemigration.model.LongVarcharMappingType
Packages that use LongVarcharMappingType
-
Uses of LongVarcharMappingType in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return LongVarcharMappingTypeModifier and TypeMethodDescriptionstatic LongVarcharMappingTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final LongVarcharMappingTypePostgreSQLSettings.mapLongVarcharAs()Sets what datatype to map LONG values as.static LongVarcharMappingTypeReturns 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 LongVarcharMappingTypeModifier and TypeMethodDescriptionstatic Set<LongVarcharMappingType>LongVarcharMappingType.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type LongVarcharMappingTypeModifier and TypeMethodDescriptionPostgreSQLSettings.Builder.mapLongVarcharAs(LongVarcharMappingType mapLongVarcharAs) Sets what datatype to map LONG values as.