|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CloudFormationActions>
com.amazonaws.auth.policy.actions.CloudFormationActions
public enum CloudFormationActions
The available AWS access policy actions for AWS Cloud Formation.
Statement.setActions(java.util.Collection)
Enum Constant Summary | |
---|---|
CreateStack
Action for the CreateStack operation on AWS Cloud Formation. |
|
DeleteStack
Action for the DeleteStack operation on AWS Cloud Formation. |
|
DescribeStackEvents
Action for the DescribeStackEvents operation on AWS Cloud Formation. |
|
DescribeStackResources
Action for the DescribeStackResources operation on AWS Cloud Formation. |
|
DescribeStacks
Action for the DescribeStacks operation on AWS Cloud Formation. |
|
GetTemplate
Action for the GetTemplate operation on AWS Cloud Formation. |
|
ValidateTemplate
Action for the ValidateTemplate operation on AWS Cloud Formation. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CloudFormationActions CreateStack
AmazonCloudFormation.createStack(com.amazonaws.services.cloudformation.model.CreateStackRequest)
public static final CloudFormationActions DeleteStack
AmazonCloudFormation.deleteStack(com.amazonaws.services.cloudformation.model.DeleteStackRequest)
public static final CloudFormationActions DescribeStacks
AmazonCloudFormation.describeStacks(com.amazonaws.services.cloudformation.model.DescribeStacksRequest)
public static final CloudFormationActions DescribeStackEvents
AmazonCloudFormation.describeStackEvents(com.amazonaws.services.cloudformation.model.DescribeStackEventsRequest)
public static final CloudFormationActions DescribeStackResources
AmazonCloudFormation.describeStackResources(com.amazonaws.services.cloudformation.model.DescribeStackResourcesRequest)
public static final CloudFormationActions GetTemplate
AmazonCloudFormation.getTemplate(com.amazonaws.services.cloudformation.model.GetTemplateRequest)
public static final CloudFormationActions ValidateTemplate
AmazonCloudFormation.validateTemplate(com.amazonaws.services.cloudformation.model.ValidateTemplateRequest)
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |