| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListOpenWorkflowExecutionsResponse |
SWFClient.listOpenWorkflowExecutions(ListOpenWorkflowExecutionsRequest 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 |
|---|---|
Request<ListOpenWorkflowExecutionsRequest> |
ListOpenWorkflowExecutionsRequestMarshaller.marshall(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<ListOpenWorkflowExecutionsRequest> |
ListOpenWorkflowExecutionsRequestMarshaller.marshall(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest) |
void |
ListOpenWorkflowExecutionsRequestModelMarshaller.marshall(ListOpenWorkflowExecutionsRequest listOpenWorkflowExecutionsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.