Uses of Class
com.amazonaws.services.simpleworkflow.model.CloseStatus
-
Packages that use CloseStatus Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of CloseStatus in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CloseStatus Modifier and Type Method Description static CloseStatusCloseStatus. fromValue(String value)Use this in place of valueOf.static CloseStatusCloseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CloseStatus[]CloseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CloseStatus Modifier and Type Method Description voidWorkflowExecutionInfo. setCloseStatus(CloseStatus closeStatus)If the execution status is closed then this specifies how the execution was closed:voidCloseStatusFilter. setStatus(CloseStatus status)Required. The close status that must match the close status of an execution for it to meet the criteria of this filter.WorkflowExecutionInfoWorkflowExecutionInfo. withCloseStatus(CloseStatus closeStatus)If the execution status is closed then this specifies how the execution was closed: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.
-