| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListOpenWorkflowExecutionsResponse |
SwfClient.listOpenWorkflowExecutions(Consumer<ListOpenWorkflowExecutionsRequest.Builder> listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
default ListOpenWorkflowExecutionsResponse |
SwfClient.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOpenWorkflowExecutionsResponse> |
SwfAsyncClient.listOpenWorkflowExecutions(Consumer<ListOpenWorkflowExecutionsRequest.Builder> listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
default CompletableFuture<ListOpenWorkflowExecutionsResponse> |
SwfAsyncClient.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOpenWorkflowExecutionsResponse> |
ListOpenWorkflowExecutionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOpenWorkflowExecutionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOpenWorkflowExecutionsResponse> subscriber) |
Copyright © 2022. All rights reserved.