Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CreateWorkflowResult |
AWSGlueClient.createWorkflow(CreateWorkflowRequest request)
Creates a new workflow.
|
CreateWorkflowResult |
AWSGlue.createWorkflow(CreateWorkflowRequest createWorkflowRequest)
Creates a new workflow.
|
CreateWorkflowResult |
AbstractAWSGlue.createWorkflow(CreateWorkflowRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateWorkflowResult> |
AWSGlueAsyncClient.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AbstractAWSGlueAsync.createWorkflowAsync(CreateWorkflowRequest request,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler) |
Future<CreateWorkflowResult> |
AWSGlueAsync.createWorkflowAsync(CreateWorkflowRequest createWorkflowRequest,
AsyncHandler<CreateWorkflowRequest,CreateWorkflowResult> asyncHandler)
Creates a new workflow.
|
Modifier and Type | Method and Description |
---|---|
CreateWorkflowResult |
CreateWorkflowResult.clone() |
CreateWorkflowResult |
CreateWorkflowResult.withName(String name)
The name of the workflow which was provided as part of the request.
|
Copyright © 2022. All rights reserved.