| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBlueprintRunResult> |
AbstractAWSGlueAsync.getBlueprintRunAsync(GetBlueprintRunRequest request,
AsyncHandler<GetBlueprintRunRequest,GetBlueprintRunResult> asyncHandler) |
Future<GetBlueprintRunResult> |
AWSGlueAsyncClient.getBlueprintRunAsync(GetBlueprintRunRequest request,
AsyncHandler<GetBlueprintRunRequest,GetBlueprintRunResult> asyncHandler) |
Future<GetBlueprintRunResult> |
AWSGlueAsync.getBlueprintRunAsync(GetBlueprintRunRequest getBlueprintRunRequest,
AsyncHandler<GetBlueprintRunRequest,GetBlueprintRunResult> asyncHandler)
Retrieves the details of a blueprint run.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintRunRequest |
GetBlueprintRunRequest.clone() |
GetBlueprintRunRequest |
GetBlueprintRunRequest.withBlueprintName(String blueprintName)
The name of the blueprint.
|
GetBlueprintRunRequest |
GetBlueprintRunRequest.withRunId(String runId)
The run ID for the blueprint run you want to retrieve.
|
Copyright © 2022. All rights reserved.