| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default CountOpenWorkflowExecutionsResponse |
SWFClient.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given domain that meet the specified filtering
criteria.
|
default CompletableFuture<CountOpenWorkflowExecutionsResponse> |
SWFAsyncClient.countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given domain that meet the specified filtering
criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Request<CountOpenWorkflowExecutionsRequest> |
CountOpenWorkflowExecutionsRequestMarshaller.marshall(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<CountOpenWorkflowExecutionsRequest> |
CountOpenWorkflowExecutionsRequestMarshaller.marshall(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest) |
void |
CountOpenWorkflowExecutionsRequestModelMarshaller.marshall(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.