|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SignalWorkflowExecutionRequest | |
---|---|
com.amazonaws.services.simpleworkflow | Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. |
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of SignalWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow |
---|
Methods in com.amazonaws.services.simpleworkflow with parameters of type SignalWorkflowExecutionRequest | |
---|---|
void |
AmazonSimpleWorkflowClient.signalWorkflowExecution(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest)
Records a WorkflowExecutionSignaled event in the
workflow execution history and creates a decision task for the
workflow execution identified by the given domain, workflowId and
runId. |
void |
AmazonSimpleWorkflow.signalWorkflowExecution(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest)
Records a WorkflowExecutionSignaled event 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 signalWorkflowExecutionRequest)
Records a WorkflowExecutionSignaled event 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)
Records a WorkflowExecutionSignaled event 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 signalWorkflowExecutionRequest,
AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler)
Records a WorkflowExecutionSignaled event 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 a WorkflowExecutionSignaled event in the
workflow execution history and creates a decision task for the
workflow execution identified by the given domain, workflowId and
runId. |
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type SignalWorkflowExecutionRequest | |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsyncClient.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest,
AsyncHandler<SignalWorkflowExecutionRequest,Void> asyncHandler)
Records a WorkflowExecutionSignaled event 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 a WorkflowExecutionSignaled 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 com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return SignalWorkflowExecutionRequest | |
---|---|
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withDomain(String domain)
The name of the domain containing the workflow execution to signal. |
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withInput(String input)
Data to attach to the WorkflowExecutionSignaled event in
the target workflow execution's history. |
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withRunId(String runId)
The runId of the workflow execution to signal. |
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withSignalName(String signalName)
The name of the signal. |
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withWorkflowId(String workflowId)
The workflowId of the workflow execution to signal. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |