Uses of Class
software.amazon.awssdk.services.swf.model.CloseStatusFilter
-
Packages that use CloseStatusFilter Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CloseStatusFilter in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CloseStatusFilter Modifier and Type Method Description CloseStatusFilterCountClosedWorkflowExecutionsRequest. closeStatusFilter()If specified, only workflow executions that match this close status are counted.CloseStatusFilterListClosedWorkflowExecutionsRequest. closeStatusFilter()If specified, only workflow executions that match this close status are listed.Methods in software.amazon.awssdk.services.swf.model with parameters of type CloseStatusFilter Modifier and Type Method Description CountClosedWorkflowExecutionsRequest.BuilderCountClosedWorkflowExecutionsRequest.Builder. closeStatusFilter(CloseStatusFilter closeStatusFilter)If specified, only workflow executions that match this close status are counted.ListClosedWorkflowExecutionsRequest.BuilderListClosedWorkflowExecutionsRequest.Builder. closeStatusFilter(CloseStatusFilter closeStatusFilter)If specified, only workflow executions that match this close status are listed.
-