Uses of Class
software.amazon.awssdk.services.glue.model.MappingEntry
-
Packages that use MappingEntry Package Description software.amazon.awssdk.services.glue.model -
-
Uses of MappingEntry in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type MappingEntry Modifier and Type Method Description List<MappingEntry>GetMappingResponse. mapping()A list of mappings to the specified targets.List<MappingEntry>GetPlanRequest. mapping()The list of mappings from a source table to target tables.Methods in software.amazon.awssdk.services.glue.model with parameters of type MappingEntry Modifier and Type Method Description GetMappingResponse.BuilderGetMappingResponse.Builder. mapping(MappingEntry... mapping)A list of mappings to the specified targets.GetPlanRequest.BuilderGetPlanRequest.Builder. mapping(MappingEntry... mapping)The list of mappings from a source table to target tables.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type MappingEntry Modifier and Type Method Description GetMappingResponse.BuilderGetMappingResponse.Builder. mapping(Collection<MappingEntry> mapping)A list of mappings to the specified targets.GetPlanRequest.BuilderGetPlanRequest.Builder. mapping(Collection<MappingEntry> mapping)The list of mappings from a source table to target tables.
-