| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
TcpRouteAction |
TcpRouteAction.clone() |
TcpRouteAction |
TcpRoute.getAction()
The action to take if a match is determined.
|
TcpRouteAction |
TcpRouteAction.withWeightedTargets(Collection<WeightedTarget> weightedTargets)
The targets that traffic is routed to when a request matches the route.
|
TcpRouteAction |
TcpRouteAction.withWeightedTargets(WeightedTarget... weightedTargets)
The targets that traffic is routed to when a request matches the route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpRoute.setAction(TcpRouteAction action)
The action to take if a match is determined.
|
TcpRoute |
TcpRoute.withAction(TcpRouteAction action)
The action to take if a match is determined.
|
Copyright © 2019. All rights reserved.