Uses of Class
software.amazon.awssdk.services.swf.model.CountOpenWorkflowExecutionsResponse
-
Packages that use CountOpenWorkflowExecutionsResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of CountOpenWorkflowExecutionsResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return CountOpenWorkflowExecutionsResponse Modifier and Type Method Description default CountOpenWorkflowExecutionsResponse
SwfClient. countOpenWorkflowExecutions(Consumer<CountOpenWorkflowExecutionsRequest.Builder> countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.default CountOpenWorkflowExecutionsResponse
SwfClient. countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
Returns the number of open workflow executions within the given domain that meet the specified filtering criteria.Methods in software.amazon.awssdk.services.swf that return types with arguments of type CountOpenWorkflowExecutionsResponse Modifier and Type Method Description default CompletableFuture<CountOpenWorkflowExecutionsResponse>
SwfAsyncClient. countOpenWorkflowExecutions(Consumer<CountOpenWorkflowExecutionsRequest.Builder> 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.
-