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 aWorkflowExecutionSignaledevent in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.default SignalWorkflowExecutionResponseSwfClient. signalWorkflowExecution(Consumer<SignalWorkflowExecutionRequest.Builder> signalWorkflowExecutionRequest)Records aWorkflowExecutionSignaledevent 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.BuilderSignalWorkflowExecutionRequest. builder()SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest.Builder. domain(String domain)The name of the domain containing the workflow execution to signal.SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest.Builder. input(String input)Data to attach to theWorkflowExecutionSignaledevent in the target workflow execution's history.SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest.Builder. runId(String runId)The runId of the workflow execution to signal.SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest.Builder. signalName(String signalName)The name of the signal.SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest. toBuilder()SignalWorkflowExecutionRequest.BuilderSignalWorkflowExecutionRequest.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()
-