| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetPlanResult> |
AWSGlueAsyncClient.getPlanAsync(GetPlanRequest request) |
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,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPlanResult> |
AWSGlueAsyncClient.getPlanAsync(GetPlanRequest request,
AsyncHandler<GetPlanRequest,GetPlanResult> asyncHandler) |
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) |
| Modifier and Type | Method and Description |
|---|---|
GetPlanResult |
GetPlanResult.clone() |
GetPlanResult |
GetPlanResult.withPythonScript(String pythonScript)
A Python script to perform the mapping.
|
GetPlanResult |
GetPlanResult.withScalaCode(String scalaCode)
Scala code to perform the mapping.
|
Copyright © 2018. All rights reserved.