Uses of Class
software.amazon.awssdk.services.glue.model.Mapping
-
Packages that use Mapping Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Mapping in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Mapping Modifier and Type Method Description List<Mapping>Mapping. children()Only applicable to nested data structures.List<Mapping>ApplyMapping. mapping()Specifies the mapping of data property keys in the data source to data property keys in the data target.Methods in software.amazon.awssdk.services.glue.model with parameters of type Mapping Modifier and Type Method Description Mapping.BuilderMapping.Builder. children(Mapping... children)Only applicable to nested data structures.ApplyMapping.BuilderApplyMapping.Builder. mapping(Mapping... mapping)Specifies the mapping of data property keys in the data source to data property keys in the data target.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Mapping Modifier and Type Method Description Mapping.BuilderMapping.Builder. children(Collection<Mapping> children)Only applicable to nested data structures.ApplyMapping.BuilderApplyMapping.Builder. mapping(Collection<Mapping> mapping)Specifies the mapping of data property keys in the data source to data property keys in the data target.
-