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 TypeMethodDescriptionvoidAbstractAmazonSimpleWorkflow.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.AbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request) AbstractAmazonSimpleWorkflowAsync.signalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request, AsyncHandler<SignalWorkflowExecutionRequest, Void> asyncHandler) 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.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.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 aWorkflowExecutionSignaledevent 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 theWorkflowExecutionSignaledevent 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.