Uses of Class
software.amazon.awssdk.services.swf.model.CountOpenWorkflowExecutionsRequest
-
Packages that use CountOpenWorkflowExecutionsRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of CountOpenWorkflowExecutionsRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type CountOpenWorkflowExecutionsRequest Modifier and Type Method Description default CompletableFuture<CountOpenWorkflowExecutionsResponse>
SwfAsyncClient. countOpenWorkflowExecutions(CountOpenWorkflowExecutionsRequest 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. -
Uses of CountOpenWorkflowExecutionsRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type CountOpenWorkflowExecutionsRequest Modifier and Type Method Description SdkHttpFullRequest
CountOpenWorkflowExecutionsRequestMarshaller. marshall(CountOpenWorkflowExecutionsRequest countOpenWorkflowExecutionsRequest)
-