Uses of Class
software.amazon.awssdk.services.honeycode.model.ImportDataCharacterEncoding
-
Packages that use ImportDataCharacterEncoding Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ImportDataCharacterEncoding in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ImportDataCharacterEncoding Modifier and Type Method Description ImportDataCharacterEncodingDelimitedTextImportOptions. dataCharacterEncoding()The encoding of the data in the input file.static ImportDataCharacterEncodingImportDataCharacterEncoding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ImportDataCharacterEncodingImportDataCharacterEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportDataCharacterEncoding[]ImportDataCharacterEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ImportDataCharacterEncoding Modifier and Type Method Description static Set<ImportDataCharacterEncoding>ImportDataCharacterEncoding. knownValues()Methods in software.amazon.awssdk.services.honeycode.model with parameters of type ImportDataCharacterEncoding Modifier and Type Method Description DelimitedTextImportOptions.BuilderDelimitedTextImportOptions.Builder. dataCharacterEncoding(ImportDataCharacterEncoding dataCharacterEncoding)The encoding of the data in the input file.
-