|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContinueAsNewWorkflowExecutionDecisionAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of ContinueAsNewWorkflowExecutionDecisionAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return ContinueAsNewWorkflowExecutionDecisionAttributes | |
---|---|
ContinueAsNewWorkflowExecutionDecisionAttributes |
Decision.getContinueAsNewWorkflowExecutionDecisionAttributes()
Provides details of the ContinueAsNewWorkflowExecution
decision. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(ChildPolicy childPolicy)
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withChildPolicy(String childPolicy)
If set, specifies the policy to use for the child workflow executions of the new execution if it is terminated by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)
If set, specifies the total duration for this workflow execution. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withInput(String input)
The input provided to the new workflow execution. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList(Collection<String> tagList)
The list of tags to associate with the new workflow execution. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTagList(String... tagList)
The list of tags to associate with the new workflow execution. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskList(TaskList taskList)
Represents a task list. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withTaskStartToCloseTimeout(String taskStartToCloseTimeout)
Specifies the maximum duration of decision tasks for the new workflow execution. |
ContinueAsNewWorkflowExecutionDecisionAttributes |
ContinueAsNewWorkflowExecutionDecisionAttributes.withWorkflowTypeVersion(String workflowTypeVersion)
Sets the value of the WorkflowTypeVersion property for this object. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ContinueAsNewWorkflowExecutionDecisionAttributes | |
---|---|
void |
Decision.setContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the ContinueAsNewWorkflowExecution
decision. |
Decision |
Decision.withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the ContinueAsNewWorkflowExecution
decision. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |