Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfo
Packages that use WorkflowExecutionInfo
-
Uses of WorkflowExecutionInfo in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionInfoModifier and TypeMethodDescriptionWorkflowExecutionInfo.clone()
WorkflowExecutionDetail.getExecutionInfo()
Information about the workflow execution.WorkflowExecutionInfo.withCancelRequested
(Boolean cancelRequested) Set to true if a cancellation is requested for this workflow execution.WorkflowExecutionInfo.withCloseStatus
(CloseStatus closeStatus) If the execution status is closed then this specifies how the execution was closed:WorkflowExecutionInfo.withCloseStatus
(String closeStatus) If the execution status is closed then this specifies how the execution was closed:WorkflowExecutionInfo.withCloseTimestamp
(Date closeTimestamp) The time when the workflow execution was closed.WorkflowExecutionInfo.withExecution
(WorkflowExecution execution) The workflow execution this information is about.WorkflowExecutionInfo.withExecutionStatus
(ExecutionStatus executionStatus) The current status of the execution.WorkflowExecutionInfo.withExecutionStatus
(String executionStatus) The current status of the execution.WorkflowExecutionInfo.withParent
(WorkflowExecution parent) If this workflow execution is a child of another execution then contains the workflow execution that started this execution.WorkflowExecutionInfo.withStartTimestamp
(Date startTimestamp) The time when the execution was started.WorkflowExecutionInfo.withTagList
(String... tagList) The list of tags associated with the workflow execution.WorkflowExecutionInfo.withTagList
(Collection<String> tagList) The list of tags associated with the workflow execution.WorkflowExecutionInfo.withWorkflowType
(WorkflowType workflowType) The type of the workflow execution.Methods in com.amazonaws.services.simpleworkflow.model that return types with arguments of type WorkflowExecutionInfoModifier and TypeMethodDescriptionWorkflowExecutionInfos.getExecutionInfos()
The list of workflow information structures.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionInfoModifier and TypeMethodDescriptionvoid
WorkflowExecutionDetail.setExecutionInfo
(WorkflowExecutionInfo executionInfo) Information about the workflow execution.WorkflowExecutionDetail.withExecutionInfo
(WorkflowExecutionInfo executionInfo) Information about the workflow execution.WorkflowExecutionInfos.withExecutionInfos
(WorkflowExecutionInfo... executionInfos) The list of workflow information structures.Method parameters in com.amazonaws.services.simpleworkflow.model with type arguments of type WorkflowExecutionInfoModifier and TypeMethodDescriptionvoid
WorkflowExecutionInfos.setExecutionInfos
(Collection<WorkflowExecutionInfo> executionInfos) The list of workflow information structures.WorkflowExecutionInfos.withExecutionInfos
(Collection<WorkflowExecutionInfo> executionInfos) The list of workflow information structures.