| 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 CompletableFuture<ListClosedWorkflowExecutionsResponse> |
SwfAsyncClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsResponse |
SwfClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsPublisher |
SwfAsyncClient.listClosedWorkflowExecutionsPaginator(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default ListClosedWorkflowExecutionsIterable |
SwfClient.listClosedWorkflowExecutionsPaginator(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
| Constructor and Description |
|---|
ListClosedWorkflowExecutionsIterable(SwfClient client,
ListClosedWorkflowExecutionsRequest firstRequest) |
ListClosedWorkflowExecutionsPublisher(SwfAsyncClient client,
ListClosedWorkflowExecutionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListClosedWorkflowExecutionsRequestMarshaller.marshall(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) |
Copyright © 2021. All rights reserved.