| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowType |
WorkflowTypeInfo.workflowType()
The workflow type this information is about.
|
WorkflowType |
UndeprecateWorkflowTypeRequest.workflowType()
The name of the domain of the deprecated workflow type.
|
WorkflowType |
StartChildWorkflowExecutionDecisionAttributes.workflowType()
The type of the workflow execution to be started.
|
WorkflowType |
StartWorkflowExecutionRequest.workflowType()
The type of the workflow to start.
|
WorkflowType |
PollForDecisionTaskResponse.workflowType()
The type of the workflow execution for which this decision task was created.
|
WorkflowType |
DescribeWorkflowTypeRequest.workflowType()
The workflow type to describe.
|
WorkflowType |
ChildWorkflowExecutionCanceledEventAttributes.workflowType()
The type of the child workflow execution.
|
WorkflowType |
WorkflowExecutionStartedEventAttributes.workflowType()
The workflow type of this execution.
|
WorkflowType |
DeprecateWorkflowTypeRequest.workflowType()
The workflow type to deprecate.
|
WorkflowType |
StartChildWorkflowExecutionInitiatedEventAttributes.workflowType()
The type of the child workflow execution.
|
WorkflowType |
ChildWorkflowExecutionCompletedEventAttributes.workflowType()
The type of the child workflow execution.
|
WorkflowType |
ChildWorkflowExecutionFailedEventAttributes.workflowType()
The type of the child workflow execution.
|
WorkflowType |
ChildWorkflowExecutionStartedEventAttributes.workflowType()
The type of the child workflow execution.
|
WorkflowType |
StartChildWorkflowExecutionFailedEventAttributes.workflowType()
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
WorkflowType |
WorkflowExecutionInfo.workflowType()
The type of the workflow execution.
|
WorkflowType |
ChildWorkflowExecutionTerminatedEventAttributes.workflowType()
The type of the child workflow execution.
|
WorkflowType |
WorkflowExecutionContinuedAsNewEventAttributes.workflowType()
The workflow type of this execution.
|
WorkflowType |
ChildWorkflowExecutionTimedOutEventAttributes.workflowType()
The type of the child workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.workflowType(WorkflowType workflowType)
The workflow type this information is about.
|
UndeprecateWorkflowTypeRequest.Builder |
UndeprecateWorkflowTypeRequest.Builder.workflowType(WorkflowType workflowType)
The name of the domain of the deprecated workflow type.
|
StartChildWorkflowExecutionDecisionAttributes.Builder |
StartChildWorkflowExecutionDecisionAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the workflow execution to be started.
|
StartWorkflowExecutionRequest.Builder |
StartWorkflowExecutionRequest.Builder.workflowType(WorkflowType workflowType)
The type of the workflow to start.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.workflowType(WorkflowType workflowType)
The type of the workflow execution for which this decision task was created.
|
DescribeWorkflowTypeRequest.Builder |
DescribeWorkflowTypeRequest.Builder.workflowType(WorkflowType workflowType)
The workflow type to describe.
|
ChildWorkflowExecutionCanceledEventAttributes.Builder |
ChildWorkflowExecutionCanceledEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
WorkflowExecutionStartedEventAttributes.Builder |
WorkflowExecutionStartedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The workflow type of this execution.
|
DeprecateWorkflowTypeRequest.Builder |
DeprecateWorkflowTypeRequest.Builder.workflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
StartChildWorkflowExecutionInitiatedEventAttributes.Builder |
StartChildWorkflowExecutionInitiatedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
ChildWorkflowExecutionCompletedEventAttributes.Builder |
ChildWorkflowExecutionCompletedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
ChildWorkflowExecutionFailedEventAttributes.Builder |
ChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
ChildWorkflowExecutionStartedEventAttributes.Builder |
ChildWorkflowExecutionStartedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
WorkflowExecutionInfo.Builder |
WorkflowExecutionInfo.Builder.workflowType(WorkflowType workflowType)
The type of the workflow execution.
|
ChildWorkflowExecutionTerminatedEventAttributes.Builder |
ChildWorkflowExecutionTerminatedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
WorkflowExecutionContinuedAsNewEventAttributes.Builder |
WorkflowExecutionContinuedAsNewEventAttributes.Builder.workflowType(WorkflowType workflowType)
The workflow type of this execution.
|
ChildWorkflowExecutionTimedOutEventAttributes.Builder |
ChildWorkflowExecutionTimedOutEventAttributes.Builder.workflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
Copyright © 2021. All rights reserved.