| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default DeprecateActivityTypeResponse |
SWFClient.deprecateActivityType(DeprecateActivityTypeRequest deprecateActivityTypeRequest)
Deprecates the specified activity type.
|
default DeprecateWorkflowTypeResponse |
SWFClient.deprecateWorkflowType(DeprecateWorkflowTypeRequest deprecateWorkflowTypeRequest)
Deprecates the specified workflow type.
|
default StartWorkflowExecutionResponse |
SWFClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
Copyright © 2017. All rights reserved.