| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<MappingEntry> |
GetPlanRequest.mapping()
The list of mappings from a source table to target tables.
|
List<MappingEntry> |
GetMappingResponse.mapping()
A list of mappings to the specified targets.
|
| Modifier and Type | Method and Description |
|---|---|
GetPlanRequest.Builder |
GetPlanRequest.Builder.mapping(MappingEntry... mapping)
The list of mappings from a source table to target tables.
|
GetMappingResponse.Builder |
GetMappingResponse.Builder.mapping(MappingEntry... mapping)
A list of mappings to the specified targets.
|
| Modifier and Type | Method and Description |
|---|---|
GetPlanRequest.Builder |
GetPlanRequest.Builder.mapping(Collection<MappingEntry> mapping)
The list of mappings from a source table to target tables.
|
GetMappingResponse.Builder |
GetMappingResponse.Builder.mapping(Collection<MappingEntry> mapping)
A list of mappings to the specified targets.
|
Copyright © 2023. All rights reserved.