| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListClosedWorkflowExecutionsResponse |
SwfClient.listClosedWorkflowExecutions(Consumer<ListClosedWorkflowExecutionsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClosedWorkflowExecutionsResponse> |
SwfAsyncClient.listClosedWorkflowExecutions(Consumer<ListClosedWorkflowExecutionsRequest.Builder> listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
default CompletableFuture<ListClosedWorkflowExecutionsResponse> |
SwfAsyncClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest)
Returns a list of closed workflow executions in the specified domain that meet the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClosedWorkflowExecutionsResponse> |
ListClosedWorkflowExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClosedWorkflowExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListClosedWorkflowExecutionsResponse> subscriber) |
Copyright © 2021. All rights reserved.