| 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<ListOpenWorkflowExecutionsResponse> |
SwfAsyncClient.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest 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.
|
default ListOpenWorkflowExecutionsPublisher |
SwfAsyncClient.listOpenWorkflowExecutionsPaginator(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
default ListOpenWorkflowExecutionsIterable |
SwfClient.listOpenWorkflowExecutionsPaginator(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest)
Returns a list of open workflow executions in the specified domain that meet the filtering criteria.
|
| Constructor and Description |
|---|
ListOpenWorkflowExecutionsIterable(SwfClient client,
ListOpenWorkflowExecutionsRequest firstRequest) |
ListOpenWorkflowExecutionsPublisher(SwfAsyncClient client,
ListOpenWorkflowExecutionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListOpenWorkflowExecutionsRequestMarshaller.marshall(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest) |
Copyright © 2022. All rights reserved.