Uses of Class
software.amazon.awssdk.services.swf.model.CloseStatus
-
Packages that use CloseStatus Package Description software.amazon.awssdk.services.swf.model -
-
Uses of CloseStatus in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return CloseStatus Modifier and Type Method Description CloseStatusWorkflowExecutionInfo. closeStatus()If the execution status is closed then this specifies how the execution was closed:static CloseStatusCloseStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CloseStatusCloseStatusFilter. status()The close status that must match the close status of an execution for it to meet the criteria of this filter.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 software.amazon.awssdk.services.swf.model that return types with arguments of type CloseStatus Modifier and Type Method Description static Set<CloseStatus>CloseStatus. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type CloseStatus Modifier and Type Method Description WorkflowExecutionInfo.BuilderWorkflowExecutionInfo.Builder. closeStatus(CloseStatus closeStatus)If the execution status is closed then this specifies how the execution was closed:CloseStatusFilter.BuilderCloseStatusFilter.Builder. status(CloseStatus status)The close status that must match the close status of an execution for it to meet the criteria of this filter.
-