Uses of Class
com.amazonaws.services.simpleworkflow.model.Run
Packages that use Run
Package
Description
-
Uses of Run in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow that return RunModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflow.startWorkflowExecution(StartWorkflowExecutionRequest request) AmazonSimpleWorkflow.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest) Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.AmazonSimpleWorkflowClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest) Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type RunModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request) AbstractAmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest, Run> asyncHandler) AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest) Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest, Run> asyncHandler) Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request) AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest, Run> asyncHandler) Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type RunModifier and TypeMethodDescriptionAbstractAmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest, Run> asyncHandler) AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest, Run> asyncHandler) Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.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