| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetExecutionHistoryResponse |
SfnClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
default GetExecutionHistoryResponse |
SfnClient.getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetExecutionHistoryResponse> |
SfnAsyncClient.getExecutionHistory(Consumer<GetExecutionHistoryRequest.Builder> getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
default CompletableFuture<GetExecutionHistoryResponse> |
SfnAsyncClient.getExecutionHistory(GetExecutionHistoryRequest getExecutionHistoryRequest)
Returns the history of the specified execution as a list of events.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetExecutionHistoryResponse> |
GetExecutionHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetExecutionHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetExecutionHistoryResponse> subscriber) |
Copyright © 2022. All rights reserved.