| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
StartBlueprintRunResult |
AWSGlueClient.startBlueprintRun(StartBlueprintRunRequest request)
Starts a new run of the specified blueprint.
|
StartBlueprintRunResult |
AWSGlue.startBlueprintRun(StartBlueprintRunRequest startBlueprintRunRequest)
Starts a new run of the specified blueprint.
|
StartBlueprintRunResult |
AbstractAWSGlue.startBlueprintRun(StartBlueprintRunRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StartBlueprintRunResult> |
AWSGlueAsyncClient.startBlueprintRunAsync(StartBlueprintRunRequest request,
AsyncHandler<StartBlueprintRunRequest,StartBlueprintRunResult> asyncHandler) |
Future<StartBlueprintRunResult> |
AWSGlueAsync.startBlueprintRunAsync(StartBlueprintRunRequest startBlueprintRunRequest,
AsyncHandler<StartBlueprintRunRequest,StartBlueprintRunResult> asyncHandler)
Starts a new run of the specified blueprint.
|
Future<StartBlueprintRunResult> |
AbstractAWSGlueAsync.startBlueprintRunAsync(StartBlueprintRunRequest request,
AsyncHandler<StartBlueprintRunRequest,StartBlueprintRunResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartBlueprintRunResult |
StartBlueprintRunResult.clone() |
StartBlueprintRunResult |
StartBlueprintRunResult.withRunId(String runId)
The run ID for this blueprint run.
|
Copyright © 2024. All rights reserved.