Uses of Class
software.amazon.awssdk.services.honeycode.model.ImportSourceDataFormat
-
Packages that use ImportSourceDataFormat Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of ImportSourceDataFormat in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ImportSourceDataFormat Modifier and Type Method Description ImportSourceDataFormatStartTableDataImportJobRequest. dataFormat()The format of the data that is being imported.static ImportSourceDataFormatImportSourceDataFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ImportSourceDataFormatImportSourceDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ImportSourceDataFormat[]ImportSourceDataFormat. 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 ImportSourceDataFormat Modifier and Type Method Description static Set<ImportSourceDataFormat>ImportSourceDataFormat. knownValues()Methods in software.amazon.awssdk.services.honeycode.model with parameters of type ImportSourceDataFormat Modifier and Type Method Description StartTableDataImportJobRequest.BuilderStartTableDataImportJobRequest.Builder. dataFormat(ImportSourceDataFormat dataFormat)The format of the data that is being imported.
-