public abstract class WorkflowClientBase extends Object implements WorkflowClient
| Modifier and Type | Method and Description | 
|---|---|
| DataConverter | getDataConverter() | 
| GenericWorkflowClient | getGenericClient() | 
| Promise<String> | getRunId() | 
| StartWorkflowOptions | getSchedulingOptions() | 
| WorkflowExecution | getWorkflowExecution() | 
| WorkflowType | getWorkflowType() | 
| void | requestCancelWorkflowExecution(Promise<?>... waitFor) | 
public DataConverter getDataConverter()
getDataConverter in interface WorkflowClientpublic StartWorkflowOptions getSchedulingOptions()
getSchedulingOptions in interface WorkflowClientpublic GenericWorkflowClient getGenericClient()
getGenericClient in interface WorkflowClientpublic Promise<String> getRunId()
getRunId in interface WorkflowClientpublic WorkflowExecution getWorkflowExecution()
getWorkflowExecution in interface WorkflowClientpublic WorkflowType getWorkflowType()
getWorkflowType in interface WorkflowClientpublic void requestCancelWorkflowExecution(Promise<?>... waitFor)
requestCancelWorkflowExecution in interface WorkflowClientCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.