| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowExecutionHistoryResponse |
SwfClient.getWorkflowExecutionHistory(Consumer<GetWorkflowExecutionHistoryRequest.Builder> getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default GetWorkflowExecutionHistoryResponse |
SwfClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetWorkflowExecutionHistoryResponse> |
SwfAsyncClient.getWorkflowExecutionHistory(Consumer<GetWorkflowExecutionHistoryRequest.Builder> getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default CompletableFuture<GetWorkflowExecutionHistoryResponse> |
SwfAsyncClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetWorkflowExecutionHistoryResponse> |
GetWorkflowExecutionHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetWorkflowExecutionHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetWorkflowExecutionHistoryResponse> subscriber) |
Copyright © 2022. All rights reserved.