| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model | |
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryEvent> |
GetWorkflowExecutionHistoryResponse.events()
The list of history events.
|
List<HistoryEvent> |
PollForDecisionTaskResponse.events()
A paginated list of history events of the workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowExecutionHistoryResponse.Builder |
GetWorkflowExecutionHistoryResponse.Builder.events(HistoryEvent... events)
The list of history events.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.events(HistoryEvent... events)
A paginated list of history events of the workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowExecutionHistoryResponse.Builder |
GetWorkflowExecutionHistoryResponse.Builder.events(Collection<HistoryEvent> events)
The list of history events.
|
PollForDecisionTaskResponse.Builder |
PollForDecisionTaskResponse.Builder.events(Collection<HistoryEvent> events)
A paginated list of history events of the workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<HistoryEvent> |
PollForDecisionTaskIterable.events()
Returns an iterable to iterate through the paginated
PollForDecisionTaskResponse.events() member. |
SdkPublisher<HistoryEvent> |
GetWorkflowExecutionHistoryPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<HistoryEvent> |
GetWorkflowExecutionHistoryIterable.events()
Returns an iterable to iterate through the paginated
GetWorkflowExecutionHistoryResponse.events() member. |
SdkPublisher<HistoryEvent> |
PollForDecisionTaskPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.