| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
List<WeightedTarget> |
TcpRouteAction.weightedTargets()
An object that represents the targets that traffic is routed to when a request matches the route.
|
List<WeightedTarget> |
HttpRouteAction.weightedTargets()
An object that represents the targets that traffic is routed to when a request matches the route.
|
List<WeightedTarget> |
GrpcRouteAction.weightedTargets()
An object that represents the targets that traffic is routed to when a request matches the route.
|
| Modifier and Type | Method and Description |
|---|---|
TcpRouteAction.Builder |
TcpRouteAction.Builder.weightedTargets(WeightedTarget... weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
HttpRouteAction.Builder |
HttpRouteAction.Builder.weightedTargets(WeightedTarget... weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
GrpcRouteAction.Builder |
GrpcRouteAction.Builder.weightedTargets(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 |
|---|---|
TcpRouteAction.Builder |
TcpRouteAction.Builder.weightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
HttpRouteAction.Builder |
HttpRouteAction.Builder.weightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
GrpcRouteAction.Builder |
GrpcRouteAction.Builder.weightedTargets(Collection<WeightedTarget> weightedTargets)
An object that represents the targets that traffic is routed to when a request matches the route.
|
Copyright © 2021. All rights reserved.