Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.flow.generic | |
com.amazonaws.services.simpleworkflow.flow.worker |
Modifier and Type | Method and Description |
---|---|
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.clone() |
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.createStartWorkflowExecutionParametersFromOptions(StartWorkflowOptions options,
StartWorkflowOptions optionsOverride) |
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withExecutionStartToCloseTimeoutSeconds(long executionStartToCloseTimeoutSeconds)
Sets the value of the StartToCloseTimeout property for this object.
|
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withInput(String input)
Sets the value of the Input property for this object.
|
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withTagList(Collection<String> tagList)
Sets the value of the TagList property for this object.
|
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withTagList(String... tagList)
Sets the value of the TagList property for this object.
|
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withTaskList(String taskList)
Sets the value of the TaskList property for this object.
|
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withTaskStartToCloseTimeoutSeconds(long taskStartToCloseTimeoutSeconds) |
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withWorkflowId(String workflowId)
Sets the value of the WorkflowId property for this object.
|
StartWorkflowExecutionParameters |
StartWorkflowExecutionParameters.withWorkflowType(WorkflowType workflowType)
Sets the value of the WorkflowType property for this object.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecution |
GenericWorkflowClientExternal.startWorkflow(StartWorkflowExecutionParameters startParameters) |
Modifier and Type | Method and Description |
---|---|
WorkflowExecution |
GenericWorkflowClientExternalImpl.startWorkflow(StartWorkflowExecutionParameters startParameters) |
Copyright © 2014. All rights reserved.