@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum SwfActions extends Enum<SwfActions> implements Action
Enum Constant and Description |
---|
AllSwfActions
Represents any action executed on Amazon SWF.
|
CountClosedWorkflowExecutions
Action for the CountClosedWorkflowExecutions operation.
|
CountOpenWorkflowExecutions
Action for the CountOpenWorkflowExecutions operation.
|
CountPendingActivityTasks
Action for the CountPendingActivityTasks operation.
|
CountPendingDecisionTasks
Action for the CountPendingDecisionTasks operation.
|
DeprecateActivityType
Action for the DeprecateActivityType operation.
|
DeprecateDomain
Action for the DeprecateDomain operation.
|
DeprecateWorkflowType
Action for the DeprecateWorkflowType operation.
|
DescribeActivityType
Action for the DescribeActivityType operation.
|
DescribeDomain
Action for the DescribeDomain operation.
|
DescribeWorkflowExecution
Action for the DescribeWorkflowExecution operation.
|
DescribeWorkflowType
Action for the DescribeWorkflowType operation.
|
GetWorkflowExecutionHistory
Action for the GetWorkflowExecutionHistory operation.
|
ListActivityTypes
Action for the ListActivityTypes operation.
|
ListClosedWorkflowExecutions
Action for the ListClosedWorkflowExecutions operation.
|
ListDomains
Action for the ListDomains operation.
|
ListOpenWorkflowExecutions
Action for the ListOpenWorkflowExecutions operation.
|
ListWorkflowTypes
Action for the ListWorkflowTypes operation.
|
PollForActivityTask
Action for the PollForActivityTask operation.
|
PollForDecisionTask
Action for the PollForDecisionTask operation.
|
RecordActivityTaskHeartbeat
Action for the RecordActivityTaskHeartbeat operation.
|
RegisterActivityType
Action for the RegisterActivityType operation.
|
RegisterDomain
Action for the RegisterDomain operation.
|
RegisterWorkflowType
Action for the RegisterWorkflowType operation.
|
RequestCancelWorkflowExecution
Action for the RequestCancelWorkflowExecution operation.
|
RespondActivityTaskCanceled
Action for the RespondActivityTaskCanceled operation.
|
RespondActivityTaskCompleted
Action for the RespondActivityTaskCompleted operation.
|
RespondActivityTaskFailed
Action for the RespondActivityTaskFailed operation.
|
RespondDecisionTaskCompleted
Action for the RespondDecisionTaskCompleted operation.
|
SignalWorkflowExecution
Action for the SignalWorkflowExecution operation.
|
StartWorkflowExecution
Action for the StartWorkflowExecution operation.
|
TerminateWorkflowExecution
Action for the TerminateWorkflowExecution operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static SwfActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwfActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SwfActions AllSwfActions
public static final SwfActions CountClosedWorkflowExecutions
public static final SwfActions CountOpenWorkflowExecutions
public static final SwfActions CountPendingActivityTasks
public static final SwfActions CountPendingDecisionTasks
public static final SwfActions DeprecateActivityType
public static final SwfActions DeprecateDomain
public static final SwfActions DeprecateWorkflowType
public static final SwfActions DescribeActivityType
public static final SwfActions DescribeDomain
public static final SwfActions DescribeWorkflowExecution
public static final SwfActions DescribeWorkflowType
public static final SwfActions GetWorkflowExecutionHistory
public static final SwfActions ListActivityTypes
public static final SwfActions ListClosedWorkflowExecutions
public static final SwfActions ListDomains
public static final SwfActions ListOpenWorkflowExecutions
public static final SwfActions ListWorkflowTypes
public static final SwfActions PollForActivityTask
public static final SwfActions PollForDecisionTask
public static final SwfActions RecordActivityTaskHeartbeat
public static final SwfActions RegisterActivityType
public static final SwfActions RegisterDomain
public static final SwfActions RegisterWorkflowType
public static final SwfActions RequestCancelWorkflowExecution
public static final SwfActions RespondActivityTaskCanceled
public static final SwfActions RespondActivityTaskCompleted
public static final SwfActions RespondActivityTaskFailed
public static final SwfActions RespondDecisionTaskCompleted
public static final SwfActions SignalWorkflowExecution
public static final SwfActions StartWorkflowExecution
public static final SwfActions TerminateWorkflowExecution
public static SwfActions[] values()
for (SwfActions c : SwfActions.values()) System.out.println(c);
public static SwfActions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.