Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunResult |
AWSGlueClient.getWorkflowRun(GetWorkflowRunRequest request)
Retrieves the metadata for a given workflow run.
|
GetWorkflowRunResult |
AbstractAWSGlue.getWorkflowRun(GetWorkflowRunRequest request) |
GetWorkflowRunResult |
AWSGlue.getWorkflowRun(GetWorkflowRunRequest getWorkflowRunRequest)
Retrieves the metadata for a given workflow run.
|
Modifier and Type | Method and Description |
---|---|
Future<GetWorkflowRunResult> |
AbstractAWSGlueAsync.getWorkflowRunAsync(GetWorkflowRunRequest request,
AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler) |
Future<GetWorkflowRunResult> |
AWSGlueAsyncClient.getWorkflowRunAsync(GetWorkflowRunRequest request,
AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler) |
Future<GetWorkflowRunResult> |
AWSGlueAsync.getWorkflowRunAsync(GetWorkflowRunRequest getWorkflowRunRequest,
AsyncHandler<GetWorkflowRunRequest,GetWorkflowRunResult> asyncHandler)
Retrieves the metadata for a given workflow run.
|
Modifier and Type | Method and Description |
---|---|
GetWorkflowRunResult |
GetWorkflowRunResult.clone() |
GetWorkflowRunResult |
GetWorkflowRunResult.withRun(WorkflowRun run)
The requested workflow run metadata.
|
Copyright © 2023. All rights reserved.