Uses of Class
software.amazon.awssdk.services.codedeploy.model.TrafficRoute
-
Packages that use TrafficRoute Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of TrafficRoute in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return TrafficRoute Modifier and Type Method Description TrafficRouteTargetGroupPairInfo. prodTrafficRoute()The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.TrafficRouteTargetGroupPairInfo. testTrafficRoute()An optional path used by a load balancer to route test traffic after an Amazon ECS deployment.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type TrafficRoute Modifier and Type Method Description TargetGroupPairInfo.BuilderTargetGroupPairInfo.Builder. prodTrafficRoute(TrafficRoute prodTrafficRoute)The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.TargetGroupPairInfo.BuilderTargetGroupPairInfo.Builder. testTrafficRoute(TrafficRoute testTrafficRoute)An optional path used by a load balancer to route test traffic after an Amazon ECS deployment.
-