Uses of Interface
software.amazon.awssdk.services.swf.model.SignalWorkflowExecutionRequest.Builder
-
Packages that use SignalWorkflowExecutionRequest.Builder Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.model -
-
Uses of SignalWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf
Method parameters in software.amazon.awssdk.services.swf with type arguments of type SignalWorkflowExecutionRequest.Builder 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 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. -
Uses of SignalWorkflowExecutionRequest.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return SignalWorkflowExecutionRequest.Builder Modifier and Type Method Description static SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest. builder()
SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest.Builder. domain(String domain)
The name of the domain containing the workflow execution to signal.SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest.Builder. input(String input)
Data to attach to theWorkflowExecutionSignaled
event in the target workflow execution's history.SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest.Builder. runId(String runId)
The runId of the workflow execution to signal.SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest.Builder. signalName(String signalName)
The name of the signal.SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest. toBuilder()
SignalWorkflowExecutionRequest.Builder
SignalWorkflowExecutionRequest.Builder. workflowId(String workflowId)
The workflowId of the workflow execution to signal.Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type SignalWorkflowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends SignalWorkflowExecutionRequest.Builder>
SignalWorkflowExecutionRequest. serializableBuilderClass()
-