Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TrafficRoutingConfig |
TrafficRoutingConfig.clone() |
TrafficRoutingConfig |
DeploymentConfigInfo.getTrafficRoutingConfig()
The configuration that specifies how the deployment traffic is routed.
|
TrafficRoutingConfig |
CreateDeploymentConfigRequest.getTrafficRoutingConfig()
The configuration that specifies how the deployment traffic is 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 (
TimeBasedCanary or TimeBasedLinear ) used by a deployment
configuration . |
TrafficRoutingConfig |
TrafficRoutingConfig.withType(TrafficRoutingType type)
The type of traffic shifting (
TimeBasedCanary or TimeBasedLinear ) used by a deployment
configuration . |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfigInfo.setTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
void |
CreateDeploymentConfigRequest.setTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
DeploymentConfigInfo |
DeploymentConfigInfo.withTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
CreateDeploymentConfigRequest |
CreateDeploymentConfigRequest.withTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
Copyright © 2019. All rights reserved.