Uses of Class
com.amazonaws.services.opsworks.model.DeploymentCommandName
-
Packages that use DeploymentCommandName Package Description com.amazonaws.services.opsworks.model -
-
Uses of DeploymentCommandName in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DeploymentCommandName Modifier and Type Method Description static DeploymentCommandName
DeploymentCommandName. fromValue(String value)
Use this in place of valueOf.static DeploymentCommandName
DeploymentCommandName. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeploymentCommandName[]
DeploymentCommandName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.opsworks.model with parameters of type DeploymentCommandName Modifier and Type Method Description void
DeploymentCommand. setName(DeploymentCommandName name)
Specifies the operation.DeploymentCommand
DeploymentCommand. withName(DeploymentCommandName name)
Specifies the operation.
-