Uses of Class
software.amazon.awssdk.services.swf.model.SignalWorkflowExecutionRequest
-
Packages that use SignalWorkflowExecutionRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of SignalWorkflowExecutionRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type SignalWorkflowExecutionRequest Modifier and Type Method Description 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.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. -
Uses of SignalWorkflowExecutionRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type SignalWorkflowExecutionRequest Modifier and Type Method Description SdkHttpFullRequest
SignalWorkflowExecutionRequestMarshaller. marshall(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest)
-