| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static CloseStatus | CloseStatus. fromValue(String value)Use this in place of valueOf. | 
| static CloseStatus | CloseStatus. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WorkflowExecutionInfo. setCloseStatus(CloseStatus closeStatus)
 If the execution status is closed then this specifies how the execution was closed: | 
| void | CloseStatusFilter. setStatus(CloseStatus status)
 The close status that must match the close status of an execution for it to meet the criteria of this filter. | 
| WorkflowExecutionInfo | WorkflowExecutionInfo. withCloseStatus(CloseStatus closeStatus)
 If the execution status is closed then this specifies how the execution was closed: | 
| CloseStatusFilter | CloseStatusFilter. withStatus(CloseStatus status)
 The close status that must match the close status of an execution for it to meet the criteria of this filter. | 
Copyright © 2020. All rights reserved.