| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping.Builder |
Mapping.Builder.children(Mapping... children)
Only applicable to nested data structures.
|
ApplyMapping.Builder |
ApplyMapping.Builder.mapping(Mapping... mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping.Builder |
Mapping.Builder.children(Collection<Mapping> children)
Only applicable to nested data structures.
|
ApplyMapping.Builder |
ApplyMapping.Builder.mapping(Collection<Mapping> mapping)
Specifies the mapping of data property keys in the data source to data property keys in the data target.
|
Copyright © 2023. All rights reserved.