Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TrafficRoute |
TrafficRoute.clone() |
TrafficRoute |
TargetGroupPairInfo.getProdTrafficRoute()
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
|
TrafficRoute |
TargetGroupPairInfo.getTestTrafficRoute()
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment.
|
TrafficRoute |
TrafficRoute.withListenerArns(Collection<String> listenerArns)
The Amazon Resource Name (ARN) of one listener.
|
TrafficRoute |
TrafficRoute.withListenerArns(String... listenerArns)
The Amazon Resource Name (ARN) of one listener.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetGroupPairInfo.setProdTrafficRoute(TrafficRoute prodTrafficRoute)
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
|
void |
TargetGroupPairInfo.setTestTrafficRoute(TrafficRoute testTrafficRoute)
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment.
|
TargetGroupPairInfo |
TargetGroupPairInfo.withProdTrafficRoute(TrafficRoute prodTrafficRoute)
The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
|
TargetGroupPairInfo |
TargetGroupPairInfo.withTestTrafficRoute(TrafficRoute testTrafficRoute)
An optional path used by a load balancer to route test traffic after an Amazon ECS deployment.
|
Copyright © 2021. All rights reserved.