public enum CloudFormationActions extends Enum<CloudFormationActions> implements Action
Enum Constant and Description |
---|
AllCloudFormationActions
Represents any action executed on AWS CloudFormation.
|
CreateStack
Action for the CreateStack operation.
|
DeleteStack
Action for the DeleteStack 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.
|
GetTemplate
Action for the GetTemplate operation.
|
ListStackResources
Action for the ListStackResources operation.
|
ListStacks
Action for the ListStacks 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 CreateStack
public static final CloudFormationActions DeleteStack
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 GetTemplate
public static final CloudFormationActions ListStacks
public static final CloudFormationActions ListStackResources
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 © 2015. All rights reserved.