Package | Description |
---|---|
com.amazonaws.services.simpleworkflow | |
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Method and Description |
---|---|
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. |
void |
AbstractAmazonSimpleWorkflow.signalWorkflowExecution(SignalWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.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. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request,
AsyncHandler<SignalWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest,
AsyncHandler<SignalWorkflowExecutionRequest,java.lang.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. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request,
AsyncHandler<SignalWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsyncClient.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request,
AsyncHandler<SignalWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
java.util.concurrent.Future<java.lang.Void> |
AmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest,
AsyncHandler<SignalWorkflowExecutionRequest,java.lang.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. |
java.util.concurrent.Future<java.lang.Void> |
AbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request,
AsyncHandler<SignalWorkflowExecutionRequest,java.lang.Void> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.clone() |
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withDomain(java.lang.String domain)
The name of the domain containing the workflow execution to signal.
|
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withInput(java.lang.String input)
Data to attach to the
WorkflowExecutionSignaled event in the
target workflow execution's history. |
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withRunId(java.lang.String runId)
The runId of the workflow execution to signal.
|
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withSignalName(java.lang.String signalName)
The name of the signal.
|
SignalWorkflowExecutionRequest |
SignalWorkflowExecutionRequest.withWorkflowId(java.lang.String workflowId)
The workflowId of the workflow execution to signal.
|
Modifier and Type | Method and Description |
---|---|
Request<SignalWorkflowExecutionRequest> |
SignalWorkflowExecutionRequestMarshaller.marshall(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest) |
Modifier and Type | Method and Description |
---|---|
Request<SignalWorkflowExecutionRequest> |
SignalWorkflowExecutionRequestMarshaller.marshall(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest) |