Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionTerminatedEventAttributes |
HistoryEvent.getWorkflowExecutionTerminatedEventAttributes()
If the event is of type
WorkflowExecutionTerminated then
this member is set and provides detailed information about the event. |
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withCause(String cause)
If set, indicates that the workflow execution was automatically
terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withCause(WorkflowExecutionTerminatedCause cause)
If set, indicates that the workflow execution was automatically
terminated, and specifies the cause.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withChildPolicy(String childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withDetails(String details)
The details provided for the termination (if any).
|
WorkflowExecutionTerminatedEventAttributes |
WorkflowExecutionTerminatedEventAttributes.withReason(String reason)
The reason provided for the termination (if any).
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
If the event is of type
WorkflowExecutionTerminated then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
If the event is of type
WorkflowExecutionTerminated then
this member is set and provides detailed information about the event. |
Copyright © 2014. All rights reserved.