Uses of Class
com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
-
Packages that use SignalWorkflowExecutionRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of SignalWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type SignalWorkflowExecutionRequest Modifier and Type Method Description voidAbstractAmazonSimpleWorkflow. signalWorkflowExecution(SignalWorkflowExecutionRequest request)voidAmazonSimpleWorkflow. signalWorkflowExecution(SignalWorkflowExecutionRequest 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.voidAmazonSimpleWorkflowClient. signalWorkflowExecution(SignalWorkflowExecutionRequest 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.Future<Void>AbstractAmazonSimpleWorkflowAsync. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request)Future<Void>AbstractAmazonSimpleWorkflowAsync. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest 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.Future<Void>AmazonSimpleWorkflowAsync. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest, AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler)Records aWorkflowExecutionSignaledevent in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.Future<Void>AmazonSimpleWorkflowAsyncClient. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request)Future<Void>AmazonSimpleWorkflowAsyncClient. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler)Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type SignalWorkflowExecutionRequest Modifier and Type Method Description Future<Void>AbstractAmazonSimpleWorkflowAsync. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler)Future<Void>AmazonSimpleWorkflowAsync. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest, AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler)Records aWorkflowExecutionSignaledevent in the workflow execution history and creates a decision task for the workflow execution identified by the given domain, workflowId and runId.Future<Void>AmazonSimpleWorkflowAsyncClient. signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler) -
Uses of SignalWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return SignalWorkflowExecutionRequest Modifier and Type Method Description SignalWorkflowExecutionRequestSignalWorkflowExecutionRequest. clone()SignalWorkflowExecutionRequestSignalWorkflowExecutionRequest. withDomain(String domain)The name of the domain containing the workflow execution to signal.SignalWorkflowExecutionRequestSignalWorkflowExecutionRequest. withInput(String input)Data to attach to theWorkflowExecutionSignaledevent in the target workflow execution's history.SignalWorkflowExecutionRequestSignalWorkflowExecutionRequest. withRunId(String runId)The runId of the workflow execution to signal.SignalWorkflowExecutionRequestSignalWorkflowExecutionRequest. withSignalName(String signalName)The name of the signal.SignalWorkflowExecutionRequestSignalWorkflowExecutionRequest. withWorkflowId(String workflowId)The workflowId of the workflow execution to signal.
-