Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetMappingResult> |
AWSGlueAsync.getMappingAsync(GetMappingRequest getMappingRequest,
AsyncHandler<GetMappingRequest,GetMappingResult> asyncHandler)
Creates mappings.
|
Future<GetMappingResult> |
AWSGlueAsyncClient.getMappingAsync(GetMappingRequest request,
AsyncHandler<GetMappingRequest,GetMappingResult> asyncHandler) |
Future<GetMappingResult> |
AbstractAWSGlueAsync.getMappingAsync(GetMappingRequest request,
AsyncHandler<GetMappingRequest,GetMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMappingRequest |
GetMappingRequest.clone() |
GetMappingRequest |
GetMappingRequest.withLocation(Location location)
Parameters for the mapping.
|
GetMappingRequest |
GetMappingRequest.withSinks(CatalogEntry... sinks)
A list of target tables.
|
GetMappingRequest |
GetMappingRequest.withSinks(Collection<CatalogEntry> sinks)
A list of target tables.
|
GetMappingRequest |
GetMappingRequest.withSource(CatalogEntry source)
Specifies the source table.
|
Copyright © 2020. All rights reserved.