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

Packages that use WorkflowExecutionConfiguration
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

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

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionConfiguration
 WorkflowExecutionConfiguration WorkflowExecutionDetail.getExecutionConfiguration()
          The configuration settings for this workflow execution including timeout values, tasklist etc.
 WorkflowExecutionConfiguration WorkflowExecutionConfiguration.withChildPolicy(ChildPolicy childPolicy)
          The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
 WorkflowExecutionConfiguration WorkflowExecutionConfiguration.withChildPolicy(String childPolicy)
          The policy to use for the child workflow executions if this workflow execution is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.
 WorkflowExecutionConfiguration WorkflowExecutionConfiguration.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
          The total duration for this workflow execution.
 WorkflowExecutionConfiguration WorkflowExecutionConfiguration.withTaskList(TaskList taskList)
          The task list used for the decision tasks generated for this workflow execution.
 WorkflowExecutionConfiguration WorkflowExecutionConfiguration.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
          The maximum duration allowed for decision tasks for this workflow execution.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionConfiguration
 void WorkflowExecutionDetail.setExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
          The configuration settings for this workflow execution including timeout values, tasklist etc.
 WorkflowExecutionDetail WorkflowExecutionDetail.withExecutionConfiguration(WorkflowExecutionConfiguration executionConfiguration)
          The configuration settings for this workflow execution including timeout values, tasklist etc.
 



Copyright © 2016. All rights reserved.