Uses of Class
software.amazon.awssdk.services.swf.model.SignalWorkflowExecutionResponse
-
Packages that use SignalWorkflowExecutionResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of SignalWorkflowExecutionResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return SignalWorkflowExecutionResponse Modifier and Type Method Description default SignalWorkflowExecutionResponse
SwfClient. signalWorkflowExecution(Consumer<SignalWorkflowExecutionRequest.Builder> signalWorkflowExecutionRequest)
Records aWorkflowExecutionSignaled
event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.default SignalWorkflowExecutionResponse
SwfClient. signalWorkflowExecution(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest)
Records aWorkflowExecutionSignaled
event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.Methods in software.amazon.awssdk.services.swf that return types with arguments of type SignalWorkflowExecutionResponse Modifier and Type Method Description default CompletableFuture<SignalWorkflowExecutionResponse>
SwfAsyncClient. signalWorkflowExecution(Consumer<SignalWorkflowExecutionRequest.Builder> signalWorkflowExecutionRequest)
Records aWorkflowExecutionSignaled
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 aWorkflowExecutionSignaled
event in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.
-