Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetPlanResult |
AbstractAWSGlue.getPlan(GetPlanRequest request) |
GetPlanResult |
AWSGlue.getPlan(GetPlanRequest getPlanRequest)
Gets code to perform a specified mapping.
|
GetPlanResult |
AWSGlueClient.getPlan(GetPlanRequest request)
Gets code to perform a specified mapping.
|
Future<GetPlanResult> |
AWSGlueAsync.getPlanAsync(GetPlanRequest getPlanRequest)
Gets code to perform a specified mapping.
|
Future<GetPlanResult> |
AbstractAWSGlueAsync.getPlanAsync(GetPlanRequest request) |
Future<GetPlanResult> |
AWSGlueAsyncClient.getPlanAsync(GetPlanRequest request) |
Future<GetPlanResult> |
AWSGlueAsync.getPlanAsync(GetPlanRequest getPlanRequest,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler)
Gets code to perform a specified mapping.
|
Future<GetPlanResult> |
AbstractAWSGlueAsync.getPlanAsync(GetPlanRequest request,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler) |
Future<GetPlanResult> |
AWSGlueAsyncClient.getPlanAsync(GetPlanRequest request,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetPlanResult> |
AWSGlueAsync.getPlanAsync(GetPlanRequest getPlanRequest,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler)
Gets code to perform a specified mapping.
|
Future<GetPlanResult> |
AbstractAWSGlueAsync.getPlanAsync(GetPlanRequest request,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler) |
Future<GetPlanResult> |
AWSGlueAsyncClient.getPlanAsync(GetPlanRequest request,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetPlanRequest |
GetPlanRequest.clone() |
GetPlanRequest |
GetPlanRequest.withLanguage(Language language)
The programming language of the code to perform the mapping.
|
GetPlanRequest |
GetPlanRequest.withLanguage(String language)
The programming language of the code to perform the mapping.
|
GetPlanRequest |
GetPlanRequest.withLocation(Location location)
The parameters for the mapping.
|
GetPlanRequest |
GetPlanRequest.withMapping(Collection<MappingEntry> mapping)
The list of mappings from a source table to target tables.
|
GetPlanRequest |
GetPlanRequest.withMapping(MappingEntry... mapping)
The list of mappings from a source table to target tables.
|
GetPlanRequest |
GetPlanRequest.withSinks(CatalogEntry... sinks)
The target tables.
|
GetPlanRequest |
GetPlanRequest.withSinks(Collection<CatalogEntry> sinks)
The target tables.
|
GetPlanRequest |
GetPlanRequest.withSource(CatalogEntry source)
The source table.
|
Copyright © 2019. All rights reserved.