| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListClosedWorkflowExecutionsResponse |
SWFClient.listClosedWorkflowExecutions(ListClosedWorkflowExecutionsRequest 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 |
|---|---|
Request<ListClosedWorkflowExecutionsRequest> |
ListClosedWorkflowExecutionsRequestMarshaller.marshall(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<ListClosedWorkflowExecutionsRequest> |
ListClosedWorkflowExecutionsRequestMarshaller.marshall(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest) |
void |
ListClosedWorkflowExecutionsRequestModelMarshaller.marshall(ListClosedWorkflowExecutionsRequest listClosedWorkflowExecutionsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.