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