| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default SignalWorkflowExecutionResponse |
SwfClient.signalWorkflowExecution(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest)
Records a
WorkflowExecutionSignaled event in the workflow execution history and creates a decision
task for the workflow execution identified by the given domain, workflowId and runId. |
default CompletableFuture<SignalWorkflowExecutionResponse> |
SwfAsyncClient.signalWorkflowExecution(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest)
Records a
WorkflowExecutionSignaled event in the workflow execution history and creates a decision
task for the workflow execution identified by the given domain, workflowId and runId. |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SignalWorkflowExecutionRequestMarshaller.marshall(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest) |
Copyright © 2019. All rights reserved.