Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetPlanResult |
AWSGlueClient.getPlan(GetPlanRequest request)
Gets code to perform a specified mapping.
|
GetPlanResult |
AWSGlue.getPlan(GetPlanRequest getPlanRequest)
Gets code to perform a specified mapping.
|
GetPlanResult |
AbstractAWSGlue.getPlan(GetPlanRequest request) |
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)
The Scala code to perform the mapping.
|
Copyright © 2023. All rights reserved.