Uses of Class
com.amazonaws.services.simpleworkflow.model.Run
-
Packages that use Run Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of Run in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return Run Modifier and Type Method Description Run
AbstractAmazonSimpleWorkflow. startWorkflowExecution(StartWorkflowExecutionRequest request)
Run
AmazonSimpleWorkflow. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.Run
AmazonSimpleWorkflowClient. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type Run Modifier and Type Method Description Future<Run>
AbstractAmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request)
Future<Run>
AbstractAmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Future<Run>
AmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.Future<Run>
AmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.Future<Run>
AmazonSimpleWorkflowAsyncClient. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request)
Future<Run>
AmazonSimpleWorkflowAsyncClient. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type Run Modifier and Type Method Description Future<Run>
AbstractAmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Future<Run>
AmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
Starts an execution of the workflow type in the specified domain using the providedworkflowId
and input data.Future<Run>
AmazonSimpleWorkflowAsyncClient. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
-
Uses of Run in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return Run Modifier and Type Method Description Run
Run. clone()
Run
Run. withRunId(String runId)
TherunId
of a workflow execution.
-