Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model | |
com.amazonaws.services.simpleworkflow.model.transform |
Modifier and Type | Field and Description |
---|---|
private WorkflowExecutionTimedOutEventAttributes |
HistoryEvent.workflowExecutionTimedOutEventAttributes
If the event is of type
WorkflowExecutionTimedOut then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionTimedOutEventAttributes |
WorkflowExecutionTimedOutEventAttributes.clone() |
WorkflowExecutionTimedOutEventAttributes |
HistoryEvent.getWorkflowExecutionTimedOutEventAttributes()
If the event is of type
WorkflowExecutionTimedOut then this
member is set and provides detailed information about the event. |
WorkflowExecutionTimedOutEventAttributes |
WorkflowExecutionTimedOutEventAttributes.withChildPolicy(ChildPolicy childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTimedOutEventAttributes |
WorkflowExecutionTimedOutEventAttributes.withChildPolicy(java.lang.String childPolicy)
The policy used for the child workflow executions of this workflow
execution.
|
WorkflowExecutionTimedOutEventAttributes |
WorkflowExecutionTimedOutEventAttributes.withTimeoutType(java.lang.String timeoutType)
The type of timeout that caused this event.
|
WorkflowExecutionTimedOutEventAttributes |
WorkflowExecutionTimedOutEventAttributes.withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of timeout that caused this event.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)
If the event is of type
WorkflowExecutionTimedOut then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)
If the event is of type
WorkflowExecutionTimedOut then this
member is set and provides detailed information about the event. |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionTimedOutEventAttributes |
WorkflowExecutionTimedOutEventAttributesJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowExecutionTimedOutEventAttributesJsonMarshaller.marshall(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|