Uses of Class
software.amazon.awssdk.services.codedeploy.model.TimeBasedCanary
-
Packages that use TimeBasedCanary Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TimeBasedCanary in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TimeBasedCanary Modifier and Type Method Description TimeBasedCanaryTrafficRoutingConfig. timeBasedCanary()A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TimeBasedCanary Modifier and Type Method Description TrafficRoutingConfig.BuilderTrafficRoutingConfig.Builder. timeBasedCanary(TimeBasedCanary timeBasedCanary)A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments.
-