Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TimeBasedLinear |
TimeBasedLinear.clone() |
TimeBasedLinear |
TrafficRoutingConfig.getTimeBasedLinear()
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal
increments, with an equal number of minutes between each increment.
|
TimeBasedLinear |
TimeBasedLinear.withLinearInterval(Integer linearInterval)
The number of minutes between each incremental traffic shift of a
TimeBasedLinear deployment. |
TimeBasedLinear |
TimeBasedLinear.withLinearPercentage(Integer linearPercentage)
The percentage of traffic that is shifted at the start of each increment of a
TimeBasedLinear
deployment. |
Modifier and Type | Method and Description |
---|---|
void |
TrafficRoutingConfig.setTimeBasedLinear(TimeBasedLinear timeBasedLinear)
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal
increments, with an equal number of minutes between each increment.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withTimeBasedLinear(TimeBasedLinear timeBasedLinear)
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal
increments, with an equal number of minutes between each increment.
|
Copyright © 2021. All rights reserved.