Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateWorkflowResult> |
AWSGlueAsyncClient.updateWorkflowAsync(UpdateWorkflowRequest request,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler) |
Future<UpdateWorkflowResult> |
AWSGlueAsync.updateWorkflowAsync(UpdateWorkflowRequest updateWorkflowRequest,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler)
Updates an existing workflow.
|
Future<UpdateWorkflowResult> |
AbstractAWSGlueAsync.updateWorkflowAsync(UpdateWorkflowRequest request,
AsyncHandler<UpdateWorkflowRequest,UpdateWorkflowResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateWorkflowRequest |
UpdateWorkflowRequest.addDefaultRunPropertiesEntry(String key,
String value)
Add a single DefaultRunProperties entry
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.clearDefaultRunPropertiesEntries()
Removes all the entries added into DefaultRunProperties.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.clone() |
UpdateWorkflowRequest |
UpdateWorkflowRequest.withDefaultRunProperties(Map<String,String> defaultRunProperties)
A collection of properties to be used as part of each execution of the workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withDescription(String description)
The description of the workflow.
|
UpdateWorkflowRequest |
UpdateWorkflowRequest.withName(String name)
Name of the workflow to be updated.
|
Copyright © 2020. All rights reserved.