Uses of Class
com.amazonaws.services.simpleworkflow.model.CloseStatus

Packages that use CloseStatus
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of CloseStatus in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return CloseStatus
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.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CloseStatus
 void WorkflowExecutionInfo.setCloseStatus(CloseStatus closeStatus)
          If the execution status is closed then this specifies how the execution was closed: COMPLETED: the execution was successfully completed. CANCELED: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. TERMINATED: the execution was force terminated. FAILED: the execution failed to complete. TIMED_OUT: the execution did not complete in the alloted time and was automatically timed out. CONTINUED_AS_NEW: the execution is logically continued.
 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: COMPLETED: the execution was successfully completed. CANCELED: the execution was canceled.Cancellation allows the implementation to gracefully clean up before the execution is closed. TERMINATED: the execution was force terminated. FAILED: the execution failed to complete. TIMED_OUT: the execution did not complete in the alloted time and was automatically timed out. CONTINUED_AS_NEW: the execution is logically continued.
 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 © 2016. All rights reserved.