Uses of Class
com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
-
Packages that use CloseStatusFilter Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of CloseStatusFilter in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CloseStatusFilter Modifier and Type Method Description CloseStatusFilterCloseStatusFilter. clone()CloseStatusFilterCountClosedWorkflowExecutionsRequest. getCloseStatusFilter()If specified, only workflow executions that match this close status are counted.CloseStatusFilterListClosedWorkflowExecutionsRequest. getCloseStatusFilter()If specified, only workflow executions that match this close status are listed.CloseStatusFilterCloseStatusFilter. withStatus(CloseStatus status)Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.CloseStatusFilterCloseStatusFilter. withStatus(String status)Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CloseStatusFilter Modifier and Type Method Description voidCountClosedWorkflowExecutionsRequest. setCloseStatusFilter(CloseStatusFilter closeStatusFilter)If specified, only workflow executions that match this close status are counted.voidListClosedWorkflowExecutionsRequest. setCloseStatusFilter(CloseStatusFilter closeStatusFilter)If specified, only workflow executions that match this close status are listed.CountClosedWorkflowExecutionsRequestCountClosedWorkflowExecutionsRequest. withCloseStatusFilter(CloseStatusFilter closeStatusFilter)If specified, only workflow executions that match this close status are counted.ListClosedWorkflowExecutionsRequestListClosedWorkflowExecutionsRequest. withCloseStatusFilter(CloseStatusFilter closeStatusFilter)If specified, only workflow executions that match this close status are listed.
-