Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<GetWorkflowResult> |
AWSGlueAsyncClient.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Future<GetWorkflowResult> |
AWSGlueAsync.getWorkflowAsync(GetWorkflowRequest getWorkflowRequest,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler)
Retrieves resource metadata for a workflow.
|
Future<GetWorkflowResult> |
AbstractAWSGlueAsync.getWorkflowAsync(GetWorkflowRequest request,
AsyncHandler<GetWorkflowRequest,GetWorkflowResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetWorkflowRequest |
GetWorkflowRequest.clone() |
GetWorkflowRequest |
GetWorkflowRequest.withIncludeGraph(Boolean includeGraph)
Specifies whether to include a graph when returning the workflow resource metadata.
|
GetWorkflowRequest |
GetWorkflowRequest.withName(String name)
The name of the workflow to retrieve.
|
Copyright © 2020. All rights reserved.