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

Packages that use StartChildWorkflowExecutionParameters
com.amazonaws.services.simpleworkflow.flow   
com.amazonaws.services.simpleworkflow.flow.generic   
com.amazonaws.services.simpleworkflow.flow.junit.spring   
com.amazonaws.services.simpleworkflow.flow.test   
 

Uses of StartChildWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow
 

Methods in com.amazonaws.services.simpleworkflow.flow with parameters of type StartChildWorkflowExecutionParameters
 Promise<String> DynamicClient.startChildWorkflow(StartChildWorkflowExecutionParameters parameters)
           
 

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

Methods in com.amazonaws.services.simpleworkflow.flow.generic that return StartChildWorkflowExecutionParameters
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.clone()
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.createStartChildWorkflowExecutionParametersFromOptions(StartWorkflowOptions options, StartWorkflowOptions optionsOverride)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withControl(String control)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withInput(String input)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withTagList(List<String> tagList)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withTaskList(String taskList)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withWorkflowId(String workflowId)
           
 StartChildWorkflowExecutionParameters StartChildWorkflowExecutionParameters.withWorkflowType(WorkflowType workflowType)
           
 

Methods in com.amazonaws.services.simpleworkflow.flow.generic with parameters of type StartChildWorkflowExecutionParameters
 Promise<StartChildWorkflowReply> GenericWorkflowClient.startChildWorkflow(StartChildWorkflowExecutionParameters parameters)
          Start child workflow.
 

Uses of StartChildWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow.junit.spring
 

Methods in com.amazonaws.services.simpleworkflow.flow.junit.spring with parameters of type StartChildWorkflowExecutionParameters
 Promise<StartChildWorkflowReply> SpringTestPOJOWorkflowImplementationGenericWorkflowClient.startChildWorkflow(StartChildWorkflowExecutionParameters parameters)
           
 

Uses of StartChildWorkflowExecutionParameters in com.amazonaws.services.simpleworkflow.flow.test
 

Methods in com.amazonaws.services.simpleworkflow.flow.test with parameters of type StartChildWorkflowExecutionParameters
 Promise<StartChildWorkflowReply> TestPOJOWorkflowImplementationGenericWorkflowClient.startChildWorkflow(StartChildWorkflowExecutionParameters parameters)
           
 Promise<StartChildWorkflowReply> TestGenericWorkflowClient.startChildWorkflow(StartChildWorkflowExecutionParameters parameters)
           
 



Copyright © 2016. All rights reserved.