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.
|
DeleteChangeSet
Action for the DeleteChangeSet operation.
|
DeleteStack
Action for the DeleteStack operation.
|
DescribeAccountLimits
Action for the DescribeAccountLimits operation.
|
DescribeChangeSet
Action for the DescribeChangeSet operation.
|
DescribeStackEvents
Action for the DescribeStackEvents operation.
|
DescribeStackResource
Action for the DescribeStackResource operation.
|
DescribeStackResources
Action for the DescribeStackResources operation.
|
DescribeStacks
Action for the DescribeStacks 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.
|
ListStackResources
Action for the ListStackResources operation.
|
ListStacks
Action for the ListStacks operation.
|
SetStackPolicy
Action for the SetStackPolicy operation.
|
SignalResource
Action for the SignalResource operation.
|
UpdateStack
Action for the UpdateStack 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 DeleteChangeSet
public static final CloudFormationActions DeleteStack
public static final CloudFormationActions DescribeAccountLimits
public static final CloudFormationActions DescribeChangeSet
public static final CloudFormationActions DescribeStackEvents
public static final CloudFormationActions DescribeStackResource
public static final CloudFormationActions DescribeStackResources
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 ListStackResources
public static final CloudFormationActions ListStacks
public static final CloudFormationActions SetStackPolicy
public static final CloudFormationActions SignalResource
public static final CloudFormationActions UpdateStack
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 © 2018. All rights reserved.