@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DeploymentCommandName extends Enum<DeploymentCommandName>
Enum Constant and Description |
---|
Configure |
Deploy |
Execute_recipes |
Install_dependencies |
Restart |
Rollback |
Setup |
Start |
Stop |
Undeploy |
Update_custom_cookbooks |
Update_dependencies |
Modifier and Type | Method and Description |
---|---|
static DeploymentCommandName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DeploymentCommandName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentCommandName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentCommandName Install_dependencies
public static final DeploymentCommandName Update_dependencies
public static final DeploymentCommandName Update_custom_cookbooks
public static final DeploymentCommandName Execute_recipes
public static final DeploymentCommandName Configure
public static final DeploymentCommandName Setup
public static final DeploymentCommandName Deploy
public static final DeploymentCommandName Rollback
public static final DeploymentCommandName Start
public static final DeploymentCommandName Stop
public static final DeploymentCommandName Restart
public static final DeploymentCommandName Undeploy
public static DeploymentCommandName[] values()
for (DeploymentCommandName c : DeploymentCommandName.values()) System.out.println(c);
public static DeploymentCommandName 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 toString()
toString
in class Enum<DeploymentCommandName>
public static DeploymentCommandName fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.