Uses of Class
com.amazonaws.services.simpleworkflow.flow.generic.StartWorkflowExecutionParameters

Packages that use StartWorkflowExecutionParameters
com.amazonaws.services.simpleworkflow.flow.generic   
com.amazonaws.services.simpleworkflow.flow.worker   
 

Uses of StartWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow.generic
 

Methods in com.amazonaws.services.simpleworkflow.flow.generic that return StartWorkflowExecutionParameters
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.clone()
           
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.createStartWorkflowExecutionParametersFromOptions(StartWorkflowOptions options, StartWorkflowOptions optionsOverride)
           
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
          Sets the value of the StartToCloseTimeout property for this object.
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withInput(String input)
          Sets the value of the Input property for this object.
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withTagList(Collection<String> tagList)
          Sets the value of the TagList property for this object.
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withTagList(String... tagList)
          Sets the value of the TagList property for this object.
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withTaskList(String taskList)
          Sets the value of the TaskList property for this object.
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
           
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withWorkflowId(String workflowId)
          Sets the value of the WorkflowId property for this object.
 StartWorkflowExecutionParameters StartWorkflowExecutionParameters.withWorkflowType(WorkflowType workflowType)
          Sets the value of the WorkflowType property for this object.
 

Methods in com.amazonaws.services.simpleworkflow.flow.generic with parameters of type StartWorkflowExecutionParameters
 WorkflowExecution GenericWorkflowClientExternal.startWorkflow(StartWorkflowExecutionParameters startParameters)
           
 

Uses of StartWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow.worker
 

Methods in com.amazonaws.services.simpleworkflow.flow.worker with parameters of type StartWorkflowExecutionParameters
 WorkflowExecution GenericWorkflowClientExternalImpl.startWorkflow(StartWorkflowExecutionParameters startParameters)
           
 



Copyright © 2016. All rights reserved.