Uses of Class
software.amazon.awssdk.services.honeycode.model.SourceDataColumnProperties
-
Packages that use SourceDataColumnProperties Package Description software.amazon.awssdk.services.honeycode.model -
-
Uses of SourceDataColumnProperties in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type SourceDataColumnProperties Modifier and Type Method Description Map<String,SourceDataColumnProperties>DestinationOptions. columnMap()A map of the column id to the import properties for each column.Method parameters in software.amazon.awssdk.services.honeycode.model with type arguments of type SourceDataColumnProperties Modifier and Type Method Description DestinationOptions.BuilderDestinationOptions.Builder. columnMap(Map<String,SourceDataColumnProperties> columnMap)A map of the column id to the import properties for each column.
-