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