public enum CloudFormationActions extends java.lang.Enum<CloudFormationActions> implements Action
| 列挙型定数と説明 |
|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getActionName()
Returns the name of this action.
|
static CloudFormationActions |
valueOf(java.lang.String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static CloudFormationActions[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final CloudFormationActions CreateStack
public static final CloudFormationActions DeleteStack
public static final CloudFormationActions DescribeStacks
public static final CloudFormationActions DescribeStackEvents
public static final CloudFormationActions DescribeStackResources
public static final CloudFormationActions GetTemplate
public static final CloudFormationActions ValidateTemplate
public static CloudFormationActions[] values()
for(CloudFormationActions c: CloudFormationActions.values()) System.out.println(c);
public static CloudFormationActions valueOf(java.lang.String name)
name - 返される列挙型定数の名前java.lang.IllegalArgumentException - 指定された名前を持つ定数を
この列挙型が持っていない場合java.lang.NullPointerException - 引数がnullの場合public java.lang.String getActionName()
ActiongetActionName インタフェース内 Action