Uses of Class
com.amazonaws.services.simpleworkflow.model.Run

Packages that use Run
com.amazonaws.services.simpleworkflow Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow. 
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of Run in com.amazonaws.services.simpleworkflow
 

Methods in com.amazonaws.services.simpleworkflow that return Run
 Run AmazonSimpleWorkflowClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
           Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
 Run AmazonSimpleWorkflow.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
           Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
 

Methods in com.amazonaws.services.simpleworkflow that return types with arguments of type Run
 Future<Run> AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
           Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
 Future<Run> AmazonSimpleWorkflowAsync.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
           Starts an execution of the workflow type in the specified domain using the provided workflowId and input data.
 Future<Run> AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
           Starts an execution of the workflow type in the specified domain using the provided workflowId 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 provided workflowId and input data.
 

Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type Run
 Future<Run> AmazonSimpleWorkflowAsyncClient.startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)
           Starts an execution of the workflow type in the specified domain using the provided workflowId 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 provided workflowId and input data.
 

Uses of Run in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return Run
 Run Run.withRunId(String runId)
          The runId of a workflow execution.
 



Copyright © 2016. All rights reserved.