| Package | Description | 
|---|---|
| com.amazonaws.services.codedeploy.model | 
| Modifier and Type | Method and Description | 
|---|---|
static DeploymentOption | 
DeploymentOption.fromValue(String value)
Use this in place of valueOf. 
 | 
static DeploymentOption | 
DeploymentOption.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DeploymentOption[] | 
DeploymentOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeploymentStyle.setDeploymentOption(DeploymentOption deploymentOption)
 Indicates whether to route deployment traffic behind a load balancer. 
 | 
DeploymentStyle | 
DeploymentStyle.withDeploymentOption(DeploymentOption deploymentOption)
 Indicates whether to route deployment traffic behind a load balancer. 
 | 
Copyright © 2017. All rights reserved.