Uses of Class
com.amazonaws.services.simpleworkflow.model.CloseStatusFilter
Packages that use CloseStatusFilter
-
Uses of CloseStatusFilter in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CloseStatusFilterModifier and TypeMethodDescriptionCloseStatusFilter.clone()
CountClosedWorkflowExecutionsRequest.getCloseStatusFilter()
If specified, only workflow executions that match this close status are counted.ListClosedWorkflowExecutionsRequest.getCloseStatusFilter()
If specified, only workflow executions that match this close status are listed.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.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 CloseStatusFilterModifier and TypeMethodDescriptionvoid
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.withCloseStatusFilter
(CloseStatusFilter closeStatusFilter) If specified, only workflow executions that match this close status are counted.ListClosedWorkflowExecutionsRequest.withCloseStatusFilter
(CloseStatusFilter closeStatusFilter) If specified, only workflow executions that match this close status are listed.