Uses of Interface
com.amazonaws.services.simpleworkflow.flow.generic.StartChildWorkflowReply

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

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

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

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

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

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

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



Copyright © 2016. All rights reserved.