@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CloudFormationActions extends Enum<CloudFormationActions> implements Action
Enum Constant and Description |
---|
AllCloudFormationActions
Represents any action executed on AWS CloudFormation.
|
CancelUpdateStack
Action for the CancelUpdateStack operation.
|
ContinueUpdateRollback
Action for the ContinueUpdateRollback operation.
|
CreateChangeSet
Action for the CreateChangeSet operation.
|
CreateStack
Action for the CreateStack operation.
|
CreateStackInstances
Action for the CreateStackInstances operation.
|
CreateStackSet
Action for the CreateStackSet operation.
|
DeleteChangeSet
Action for the DeleteChangeSet operation.
|
DeleteStack
Action for the DeleteStack operation.
|
DeleteStackInstances
Action for the DeleteStackInstances operation.
|
DeleteStackSet
Action for the DeleteStackSet operation.
|
DescribeAccountLimits
Action for the DescribeAccountLimits operation.
|
DescribeChangeSet
Action for the DescribeChangeSet operation.
|
DescribeStackEvents
Action for the DescribeStackEvents operation.
|
DescribeStackInstance
Action for the DescribeStackInstance operation.
|
DescribeStackResource
Action for the DescribeStackResource operation.
|
DescribeStackResources
Action for the DescribeStackResources operation.
|
DescribeStacks
Action for the DescribeStacks operation.
|
DescribeStackSet
Action for the DescribeStackSet operation.
|
DescribeStackSetOperation
Action for the DescribeStackSetOperation operation.
|
EstimateTemplateCost
Action for the EstimateTemplateCost operation.
|
ExecuteChangeSet
Action for the ExecuteChangeSet operation.
|
GetStackPolicy
Action for the GetStackPolicy operation.
|
GetTemplate
Action for the GetTemplate operation.
|
GetTemplateSummary
Action for the GetTemplateSummary operation.
|
ListChangeSets
Action for the ListChangeSets operation.
|
ListExports
Action for the ListExports operation.
|
ListImports
Action for the ListImports operation.
|
ListStackInstances
Action for the ListStackInstances operation.
|
ListStackResources
Action for the ListStackResources operation.
|
ListStacks
Action for the ListStacks operation.
|
ListStackSetOperationResults
Action for the ListStackSetOperationResults operation.
|
ListStackSetOperations
Action for the ListStackSetOperations operation.
|
ListStackSets
Action for the ListStackSets operation.
|
SetStackPolicy
Action for the SetStackPolicy operation.
|
SignalResource
Action for the SignalResource operation.
|
StopStackSetOperation
Action for the StopStackSetOperation operation.
|
UpdateStack
Action for the UpdateStack operation.
|
UpdateStackSet
Action for the UpdateStackSet operation.
|
UpdateTerminationProtection
Action for the UpdateTerminationProtection operation.
|
ValidateTemplate
Action for the ValidateTemplate operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static CloudFormationActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudFormationActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CloudFormationActions AllCloudFormationActions
public static final CloudFormationActions CancelUpdateStack
public static final CloudFormationActions ContinueUpdateRollback
public static final CloudFormationActions CreateChangeSet
public static final CloudFormationActions CreateStack
public static final CloudFormationActions CreateStackInstances
public static final CloudFormationActions CreateStackSet
public static final CloudFormationActions DeleteChangeSet
public static final CloudFormationActions DeleteStack
public static final CloudFormationActions DeleteStackInstances
public static final CloudFormationActions DeleteStackSet
public static final CloudFormationActions DescribeAccountLimits
public static final CloudFormationActions DescribeChangeSet
public static final CloudFormationActions DescribeStackEvents
public static final CloudFormationActions DescribeStackInstance
public static final CloudFormationActions DescribeStackResource
public static final CloudFormationActions DescribeStackResources
public static final CloudFormationActions DescribeStackSet
public static final CloudFormationActions DescribeStackSetOperation
public static final CloudFormationActions DescribeStacks
public static final CloudFormationActions EstimateTemplateCost
public static final CloudFormationActions ExecuteChangeSet
public static final CloudFormationActions GetStackPolicy
public static final CloudFormationActions GetTemplate
public static final CloudFormationActions GetTemplateSummary
public static final CloudFormationActions ListChangeSets
public static final CloudFormationActions ListExports
public static final CloudFormationActions ListImports
public static final CloudFormationActions ListStackInstances
public static final CloudFormationActions ListStackResources
public static final CloudFormationActions ListStackSetOperationResults
public static final CloudFormationActions ListStackSetOperations
public static final CloudFormationActions ListStackSets
public static final CloudFormationActions ListStacks
public static final CloudFormationActions SetStackPolicy
public static final CloudFormationActions SignalResource
public static final CloudFormationActions StopStackSetOperation
public static final CloudFormationActions UpdateStack
public static final CloudFormationActions UpdateStackSet
public static final CloudFormationActions UpdateTerminationProtection
public static final CloudFormationActions ValidateTemplate
public static CloudFormationActions[] values()
for (CloudFormationActions c : CloudFormationActions.values()) System.out.println(c);
public static CloudFormationActions 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.