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 CloseStatusFilter
CloseStatusFilter. clone()
CloseStatusFilter
CountClosedWorkflowExecutionsRequest. getCloseStatusFilter()
If specified, only workflow executions that match this close status are counted.CloseStatusFilter
ListClosedWorkflowExecutionsRequest. getCloseStatusFilter()
If specified, only workflow executions that match this close status are listed.CloseStatusFilter
CloseStatusFilter. 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.CloseStatusFilter
CloseStatusFilter. 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 void
CountClosedWorkflowExecutionsRequest. setCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are counted.void
ListClosedWorkflowExecutionsRequest. setCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are listed.CountClosedWorkflowExecutionsRequest
CountClosedWorkflowExecutionsRequest. withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are counted.ListClosedWorkflowExecutionsRequest
ListClosedWorkflowExecutionsRequest. withCloseStatusFilter(CloseStatusFilter closeStatusFilter)
If specified, only workflow executions that match this close status are listed.
-