Uses of Class
software.amazon.awssdk.services.swf.model.CountClosedWorkflowExecutionsRequest
-
Packages that use CountClosedWorkflowExecutionsRequest Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.transform -
-
Uses of CountClosedWorkflowExecutionsRequest in software.amazon.awssdk.services.swf
Methods in software.amazon.awssdk.services.swf with parameters of type CountClosedWorkflowExecutionsRequest Modifier and Type Method Description default CompletableFuture<CountClosedWorkflowExecutionsResponse>SwfAsyncClient. countClosedWorkflowExecutions(CountClosedWorkflowExecutionsRequest 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. -
Uses of CountClosedWorkflowExecutionsRequest in software.amazon.awssdk.services.swf.transform
Methods in software.amazon.awssdk.services.swf.transform with parameters of type CountClosedWorkflowExecutionsRequest Modifier and Type Method Description SdkHttpFullRequestCountClosedWorkflowExecutionsRequestMarshaller. marshall(CountClosedWorkflowExecutionsRequest countClosedWorkflowExecutionsRequest)
-