Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowType
Packages that use WorkflowType
-
Uses of WorkflowType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowTypeModifier and TypeMethodDescriptionWorkflowType.clone()
ChildWorkflowExecutionCanceledEventAttributes.getWorkflowType()
The type of the child workflow execution.ChildWorkflowExecutionCompletedEventAttributes.getWorkflowType()
The type of the child workflow execution.ChildWorkflowExecutionFailedEventAttributes.getWorkflowType()
The type of the child workflow execution.ChildWorkflowExecutionStartedEventAttributes.getWorkflowType()
The type of the child workflow execution.ChildWorkflowExecutionTerminatedEventAttributes.getWorkflowType()
The type of the child workflow execution.ChildWorkflowExecutionTimedOutEventAttributes.getWorkflowType()
The type of the child workflow execution.DecisionTask.getWorkflowType()
The type of the workflow execution for which this decision task was created.DeprecateWorkflowTypeRequest.getWorkflowType()
The workflow type to deprecate.DescribeWorkflowTypeRequest.getWorkflowType()
The workflow type to describe.StartChildWorkflowExecutionDecisionAttributes.getWorkflowType()
Required. The type of the workflow execution to be started.StartChildWorkflowExecutionFailedEventAttributes.getWorkflowType()
The workflow type provided in theStartChildWorkflowExecution
decision that failed.StartChildWorkflowExecutionInitiatedEventAttributes.getWorkflowType()
The type of the child workflow execution.StartWorkflowExecutionRequest.getWorkflowType()
The type of the workflow to start.WorkflowExecutionContinuedAsNewEventAttributes.getWorkflowType()
WorkflowExecutionInfo.getWorkflowType()
The type of the workflow execution.WorkflowExecutionStartedEventAttributes.getWorkflowType()
The workflow type of this execution.WorkflowTypeInfo.getWorkflowType()
The workflow type this information is about.Required. The name of the workflow type.WorkflowType.withVersion
(String version) Required. The version of the workflow type.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowTypeModifier and TypeMethodDescriptionvoid
ChildWorkflowExecutionCanceledEventAttributes.setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.void
ChildWorkflowExecutionCompletedEventAttributes.setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.void
ChildWorkflowExecutionFailedEventAttributes.setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.void
ChildWorkflowExecutionStartedEventAttributes.setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.void
ChildWorkflowExecutionTerminatedEventAttributes.setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.void
ChildWorkflowExecutionTimedOutEventAttributes.setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.void
DecisionTask.setWorkflowType
(WorkflowType workflowType) The type of the workflow execution for which this decision task was created.void
DeprecateWorkflowTypeRequest.setWorkflowType
(WorkflowType workflowType) The workflow type to deprecate.void
DescribeWorkflowTypeRequest.setWorkflowType
(WorkflowType workflowType) The workflow type to describe.void
StartChildWorkflowExecutionDecisionAttributes.setWorkflowType
(WorkflowType workflowType) Required. The type of the workflow execution to be started.void
StartChildWorkflowExecutionFailedEventAttributes.setWorkflowType
(WorkflowType workflowType) The workflow type provided in theStartChildWorkflowExecution
decision that failed.void
StartChildWorkflowExecutionInitiatedEventAttributes.setWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.void
StartWorkflowExecutionRequest.setWorkflowType
(WorkflowType workflowType) The type of the workflow to start.void
WorkflowExecutionContinuedAsNewEventAttributes.setWorkflowType
(WorkflowType workflowType) void
WorkflowExecutionInfo.setWorkflowType
(WorkflowType workflowType) The type of the workflow execution.void
WorkflowExecutionStartedEventAttributes.setWorkflowType
(WorkflowType workflowType) The workflow type of this execution.void
WorkflowTypeInfo.setWorkflowType
(WorkflowType workflowType) The workflow type this information is about.ChildWorkflowExecutionCanceledEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.ChildWorkflowExecutionCompletedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.ChildWorkflowExecutionFailedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.ChildWorkflowExecutionStartedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.DecisionTask.withWorkflowType
(WorkflowType workflowType) The type of the workflow execution for which this decision task was created.DeprecateWorkflowTypeRequest.withWorkflowType
(WorkflowType workflowType) The workflow type to deprecate.DescribeWorkflowTypeRequest.withWorkflowType
(WorkflowType workflowType) The workflow type to describe.StartChildWorkflowExecutionDecisionAttributes.withWorkflowType
(WorkflowType workflowType) Required. The type of the workflow execution to be started.StartChildWorkflowExecutionFailedEventAttributes.withWorkflowType
(WorkflowType workflowType) The workflow type provided in theStartChildWorkflowExecution
decision that failed.StartChildWorkflowExecutionInitiatedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.StartWorkflowExecutionRequest.withWorkflowType
(WorkflowType workflowType) The type of the workflow to start.WorkflowExecutionContinuedAsNewEventAttributes.withWorkflowType
(WorkflowType workflowType) WorkflowExecutionInfo.withWorkflowType
(WorkflowType workflowType) The type of the workflow execution.WorkflowExecutionStartedEventAttributes.withWorkflowType
(WorkflowType workflowType) The workflow type of this execution.WorkflowTypeInfo.withWorkflowType
(WorkflowType workflowType) The workflow type this information is about.