Uses of Class
com.amazonaws.services.simpleworkflow.model.StartWorkflowExecutionRequest
-
Packages that use StartWorkflowExecutionRequest Package Description com.amazonaws.services.simpleworkflow com.amazonaws.services.simpleworkflow.model -
-
Uses of StartWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow
Methods in com.amazonaws.services.simpleworkflow with parameters of type StartWorkflowExecutionRequest Modifier and Type Method Description RunAbstractAmazonSimpleWorkflow. startWorkflowExecution(StartWorkflowExecutionRequest request)RunAmazonSimpleWorkflow. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.RunAmazonSimpleWorkflowClient. startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.Future<Run>AbstractAmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request)Future<Run>AbstractAmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)Future<Run>AmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest)Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.Future<Run>AmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.Future<Run>AmazonSimpleWorkflowAsyncClient. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request)Future<Run>AmazonSimpleWorkflowAsyncClient. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)Method parameters in com.amazonaws.services.simpleworkflow with type arguments of type StartWorkflowExecutionRequest Modifier and Type Method Description Future<Run>AbstractAmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)Future<Run>AmazonSimpleWorkflowAsync. startWorkflowExecutionAsync(StartWorkflowExecutionRequest startWorkflowExecutionRequest, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler)Starts an execution of the workflow type in the specified domain using the providedworkflowIdand input data.Future<Run>AmazonSimpleWorkflowAsyncClient. startWorkflowExecutionAsync(StartWorkflowExecutionRequest request, AsyncHandler<StartWorkflowExecutionRequest,Run> asyncHandler) -
Uses of StartWorkflowExecutionRequest in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartWorkflowExecutionRequest Modifier and Type Method Description StartWorkflowExecutionRequestStartWorkflowExecutionRequest. clone()StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withChildPolicy(ChildPolicy childPolicy)If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withChildPolicy(String childPolicy)If set, specifies the policy to use for the child workflow executions of this workflow execution if it is terminated, by calling the TerminateWorkflowExecution action explicitly or due to an expired timeout.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withDomain(String domain)The name of the domain in which the workflow execution is created.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withExecutionStartToCloseTimeout(String executionStartToCloseTimeout)The total duration for this workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withInput(String input)The input for the workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withLambdaRole(String lambdaRole)The ARN of an IAM role that authorizes Amazon SWF to invoke AWS Lambda functions.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withTagList(String... tagList)The list of tags to associate with the workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withTagList(Collection<String> tagList)The list of tags to associate with the workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withTaskList(TaskList taskList)The task list to use for the decision tasks generated for this workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withTaskPriority(String taskPriority)The task priority to use for this workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withTaskStartToCloseTimeout(String taskStartToCloseTimeout)Specifies the maximum duration of decision tasks for this workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withWorkflowId(String workflowId)The user defined identifier associated with the workflow execution.StartWorkflowExecutionRequestStartWorkflowExecutionRequest. withWorkflowType(WorkflowType workflowType)The type of the workflow to start.
-