| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryEvent> |
PollForDecisionTaskResponse.events()
A paginated list of history events of the workflow execution.
|
List<HistoryEvent> |
GetWorkflowExecutionHistoryResponse.events()
The list of history events.
|
| Modifier and Type | Method and Description |
|---|---|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.events(HistoryEvent... events)
A paginated list of history events of the workflow execution.
|
GetWorkflowExecutionHistoryResponse.Builder |
GetWorkflowExecutionHistoryResponse.Builder.events(HistoryEvent... events)
The list of history events.
|
| Modifier and Type | Method and Description |
|---|---|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.events(Collection<HistoryEvent> events)
A paginated list of history events of the workflow execution.
|
GetWorkflowExecutionHistoryResponse.Builder |
GetWorkflowExecutionHistoryResponse.Builder.events(Collection<HistoryEvent> events)
The list of history events.
|
| Modifier and Type | Method and Description |
|---|---|
HistoryEvent |
HistoryEventUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryEventMarshaller.marshall(HistoryEvent historyEvent,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.