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 theStartChildWorkflowExecutiondecision 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 TypeMethodDescriptionvoidChildWorkflowExecutionCanceledEventAttributes.setWorkflowType(WorkflowType workflowType) The type of the child workflow execution.voidChildWorkflowExecutionCompletedEventAttributes.setWorkflowType(WorkflowType workflowType) The type of the child workflow execution.voidChildWorkflowExecutionFailedEventAttributes.setWorkflowType(WorkflowType workflowType) The type of the child workflow execution.voidChildWorkflowExecutionStartedEventAttributes.setWorkflowType(WorkflowType workflowType) The type of the child workflow execution.voidChildWorkflowExecutionTerminatedEventAttributes.setWorkflowType(WorkflowType workflowType) The type of the child workflow execution.voidChildWorkflowExecutionTimedOutEventAttributes.setWorkflowType(WorkflowType workflowType) The type of the child workflow execution.voidDecisionTask.setWorkflowType(WorkflowType workflowType) The type of the workflow execution for which this decision task was created.voidDeprecateWorkflowTypeRequest.setWorkflowType(WorkflowType workflowType) The workflow type to deprecate.voidDescribeWorkflowTypeRequest.setWorkflowType(WorkflowType workflowType) The workflow type to describe.voidStartChildWorkflowExecutionDecisionAttributes.setWorkflowType(WorkflowType workflowType) Required. The type of the workflow execution to be started.voidStartChildWorkflowExecutionFailedEventAttributes.setWorkflowType(WorkflowType workflowType) The workflow type provided in theStartChildWorkflowExecutiondecision that failed.voidStartChildWorkflowExecutionInitiatedEventAttributes.setWorkflowType(WorkflowType workflowType) The type of the child workflow execution.voidStartWorkflowExecutionRequest.setWorkflowType(WorkflowType workflowType) The type of the workflow to start.voidWorkflowExecutionContinuedAsNewEventAttributes.setWorkflowType(WorkflowType workflowType) voidWorkflowExecutionInfo.setWorkflowType(WorkflowType workflowType) The type of the workflow execution.voidWorkflowExecutionStartedEventAttributes.setWorkflowType(WorkflowType workflowType) The workflow type of this execution.voidWorkflowTypeInfo.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 theStartChildWorkflowExecutiondecision 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.