Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TrafficRoutingConfig |
TrafficRoutingConfig.clone() |
TrafficRoutingConfig |
CreateDeploymentConfigRequest.getTrafficRoutingConfig()
The configuration specifying how the deployment traffic will be routed.
|
TrafficRoutingConfig |
DeploymentConfigInfo.getTrafficRoutingConfig()
The configuration specifying how the deployment traffic will be routed.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withTimeBasedCanary(TimeBasedCanary timeBasedCanary)
A configuration that shifts traffic from one version of a Lambda function to another in two increments.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withTimeBasedLinear(TimeBasedLinear timeBasedLinear)
A configuration that shifts traffic from one version of a Lambda function to another in equal increments, with an
equal number of minutes between each increment.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withType(String type)
The type of traffic shifting a deployment configuration uses (
TimeBasedCanary or
TimeBasedLinear ). |
TrafficRoutingConfig |
TrafficRoutingConfig.withType(TrafficRoutingType type)
The type of traffic shifting a deployment configuration uses (
TimeBasedCanary or
TimeBasedLinear ). |
Modifier and Type | Method and Description |
---|---|
void |
CreateDeploymentConfigRequest.setTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed.
|
void |
DeploymentConfigInfo.setTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed.
|
CreateDeploymentConfigRequest |
CreateDeploymentConfigRequest.withTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed.
|
Copyright © 2017. All rights reserved.