| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model | |
| software.amazon.awssdk.services.sfn.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<HistoryEvent> |
GetExecutionHistoryResponse.events()
The list of events that occurred in the execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetExecutionHistoryResponse.Builder |
GetExecutionHistoryResponse.Builder.events(HistoryEvent... events)
The list of events that occurred in the execution.
|
| Modifier and Type | Method and Description |
|---|---|
GetExecutionHistoryResponse.Builder |
GetExecutionHistoryResponse.Builder.events(Collection<HistoryEvent> events)
The list of events that occurred in the execution.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<HistoryEvent> |
GetExecutionHistoryIterable.events()
Returns an iterable to iterate through the paginated
GetExecutionHistoryResponse.events() member. |
SdkPublisher<HistoryEvent> |
GetExecutionHistoryPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.