Uses of Class
com.amazonaws.services.simpleworkflow.model.SignalWorkflowExecutionRequest
Packages that use SignalWorkflowExecutionRequest
Package
Description
-
Uses of SignalWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type SignalWorkflowExecutionRequestModifier and TypeMethodDescriptionvoid
AbstractAmazonSimpleWorkflow.signalWorkflowExecution
(SignalWorkflowExecutionRequest request) void
AmazonSimpleWorkflow.signalWorkflowExecution
(SignalWorkflowExecutionRequest 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.void
AmazonSimpleWorkflowClient.signalWorkflowExecution
(SignalWorkflowExecutionRequest 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.AbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest request) AbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest, Void> asyncHandler) AmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest 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.AmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest, AsyncHandler<SignalWorkflowExecutionRequest, Void> asyncHandler) 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.AmazonSimpleWorkflowAsyncClient.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest request) AmazonSimpleWorkflowAsyncClient.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest, Void> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type SignalWorkflowExecutionRequestModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest, Void> asyncHandler) AmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync
(SignalWorkflowExecutionRequest signalWorkflowExecutionRequest, AsyncHandler<SignalWorkflowExecutionRequest, Void> asyncHandler) 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.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 SignalWorkflowExecutionRequestModifier and TypeMethodDescriptionSignalWorkflowExecutionRequest.clone()
SignalWorkflowExecutionRequest.withDomain
(String domain) The name of the domain containing the workflow execution to signal.Data to attach to theWorkflowExecutionSignaled
event in the target workflow execution's history.The runId of the workflow execution to signal.SignalWorkflowExecutionRequest.withSignalName
(String signalName) The name of the signal.SignalWorkflowExecutionRequest.withWorkflowId
(String workflowId) The workflowId of the workflow execution to signal.