default DeprecateActivityTypeResponse |
SwfClient.deprecateActivityType(Consumer<DeprecateActivityTypeRequest.Builder> deprecateActivityTypeRequest) |
Deprecates the specified activity type.
|
default DeprecateActivityTypeResponse |
SwfClient.deprecateActivityType(DeprecateActivityTypeRequest deprecateActivityTypeRequest) |
Deprecates the specified activity type.
|
default DeprecateWorkflowTypeResponse |
SwfClient.deprecateWorkflowType(Consumer<DeprecateWorkflowTypeRequest.Builder> deprecateWorkflowTypeRequest) |
Deprecates the specified workflow type.
|
default DeprecateWorkflowTypeResponse |
SwfClient.deprecateWorkflowType(DeprecateWorkflowTypeRequest deprecateWorkflowTypeRequest) |
Deprecates the specified workflow type.
|
default StartWorkflowExecutionResponse |
SwfClient.startWorkflowExecution(Consumer<StartWorkflowExecutionRequest.Builder> startWorkflowExecutionRequest) |
Starts an execution of the workflow type in the specified domain using the provided workflowId and
input data.
|
default StartWorkflowExecutionResponse |
SwfClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest) |
Starts an execution of the workflow type in the specified domain using the provided workflowId and
input data.
|