| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
WeightedTarget |
WeightedTarget.clone() |
WeightedTarget |
WeightedTarget.withVirtualNode(String virtualNode)
The virtual node to associate with the weighted target.
|
WeightedTarget |
WeightedTarget.withWeight(Integer weight)
The relative weight of the weighted target.
|
| Modifier and Type | Method and Description |
|---|---|
List<WeightedTarget> |
HttpRouteAction.getWeightedTargets()
The targets that traffic is routed to when a request matches the route.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteAction |
HttpRouteAction.withWeightedTargets(WeightedTarget... weightedTargets)
The targets that traffic is routed to when a request matches the route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpRouteAction.setWeightedTargets(Collection<WeightedTarget> weightedTargets)
The targets that traffic is routed to when a request matches the route.
|
HttpRouteAction |
HttpRouteAction.withWeightedTargets(Collection<WeightedTarget> weightedTargets)
The targets that traffic is routed to when a request matches the route.
|
Copyright © 2019. All rights reserved.