| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators | |
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkflowExecutionHistoryResponse |
SwfClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default CompletableFuture<GetWorkflowExecutionHistoryResponse> |
SwfAsyncClient.getWorkflowExecutionHistory(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default GetWorkflowExecutionHistoryIterable |
SwfClient.getWorkflowExecutionHistoryPaginator(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
default GetWorkflowExecutionHistoryPublisher |
SwfAsyncClient.getWorkflowExecutionHistoryPaginator(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest)
Returns the history of the specified workflow execution.
|
| Constructor and Description |
|---|
GetWorkflowExecutionHistoryIterable(SwfClient client,
GetWorkflowExecutionHistoryRequest firstRequest) |
GetWorkflowExecutionHistoryPublisher(SwfAsyncClient client,
GetWorkflowExecutionHistoryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetWorkflowExecutionHistoryRequestMarshaller.marshall(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) |
Copyright © 2023. All rights reserved.