Uses of Class
software.amazon.awssdk.services.codedeploy.model.TimeBasedLinear
-
Packages that use TimeBasedLinear Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TimeBasedLinear in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TimeBasedLinear Modifier and Type Method Description TimeBasedLinearTrafficRoutingConfig. timeBasedLinear()A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TimeBasedLinear Modifier and Type Method Description TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. timeBasedLinear(TimeBasedLinear timeBasedLinear)A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment.
-