Uses of Class
software.amazon.awssdk.services.swf.model.CountClosedWorkflowExecutionsResponse
-
Packages that use CountClosedWorkflowExecutionsResponse Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service -
-
Uses of CountClosedWorkflowExecutionsResponse in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf that return CountClosedWorkflowExecutionsResponse Modifier and Type Method Description default CountClosedWorkflowExecutionsResponseSwfClient. countClosedWorkflowExecutions(Consumer<CountClosedWorkflowExecutionsRequest.Builder> countClosedWorkflowExecutionsRequest)Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.default CountClosedWorkflowExecutionsResponseSwfClient. countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)Returns the number of closed 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 CountClosedWorkflowExecutionsResponse Modifier and Type Method Description default CompletableFuture<CountClosedWorkflowExecutionsResponse>SwfAsyncClient. countClosedWorkflowExecutions(Consumer<CountClosedWorkflowExecutionsRequest.Builder> countClosedWorkflowExecutionsRequest)Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.default CompletableFuture<CountClosedWorkflowExecutionsResponse>SwfAsyncClient. countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)Returns the number of closed workflow executions within the given domain that meet the specified filtering criteria.
-